Skip to content

Commit

Permalink
add module doc
Browse files Browse the repository at this point in the history
  • Loading branch information
uzmoi committed Oct 10, 2024
1 parent 73e3dec commit 38a6b5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/internal.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* Internal module.
*/

export * from "./context";
export * as error from "./error";
export * from "./parser";
Expand Down

0 comments on commit 38a6b5f

Please sign in to comment.