Skip to content

Commit ef2053e

Browse files
committed
Flatten module structure a bit.
1 parent 69e3b0f commit ef2053e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/index.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
*/
66

77
// Parser
8+
export { parse } from './parser';
89
export * as parser from './parser';
910

1011
// Output
11-
export * as rst from './rst';
12-
export * as html from './html';
12+
export { quoteRST, toRST } from './rst';
13+
export { quoteHTML, toHTML } from './html';

0 commit comments

Comments
 (0)