Skip to content

Commit e35f850

Browse files
authored
Merge pull request #1630 from progfay/remove-unused-exports
refactor: remove some unused exports
2 parents aa146cd + fc506c3 commit e35f850

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/block/Row.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/**
2-
* Scrapbox row type
3-
*/
41
export interface Row {
52
indent: number;
63
text: string;

src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
export { parse, getTitle } from "./parse";
2-
export { convertToBlock } from "./block";
3-
export { parseToRows } from "./block/Row";
4-
export { packRows } from "./block/Pack";
52
export type { ParserOption, Page } from "./parse";
63
export type { Block } from "./block";
7-
export type { Row } from "./block/Row";
8-
export type { Pack } from "./block/Pack";
94
export type { Title } from "./block/Title";
105
export type { CodeBlock } from "./block/CodeBlock";
116
export type { Table } from "./block/Table";

0 commit comments

Comments
 (0)