Skip to content

Commit

Permalink
Flatten module structure a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Mar 7, 2023
1 parent 69e3b0f commit ef2053e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
*/

// Parser
export { parse } from './parser';
export * as parser from './parser';

// Output
export * as rst from './rst';
export * as html from './html';
export { quoteRST, toRST } from './rst';
export { quoteHTML, toHTML } from './html';

0 comments on commit ef2053e

Please sign in to comment.