Skip to content

Commit 634cc75

Browse files
committed
Add exports of types
1 parent 0690696 commit 634cc75

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1+
/**
2+
* @typedef {import('./lib/types.js').SafeOptions} SafeOptions
3+
* @typedef {import('./lib/types.js').Context} Context
4+
* @typedef {import('./lib/types.js').Handle} Handle
5+
* @typedef {import('./lib/types.js').Handlers} Handlers
6+
* @typedef {import('./lib/types.js').Join} Join
7+
* @typedef {import('./lib/types.js').Unsafe} Unsafe
8+
* @typedef {import('./lib/types.js').Options} Options
9+
* @typedef {import('./lib/util/indent-lines.js').Map} Map
10+
*/
11+
112
export {toMarkdown} from './lib/index.js'

0 commit comments

Comments
 (0)