We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0690696 commit 634cc75Copy full SHA for 634cc75
index.js
@@ -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
+
12
export {toMarkdown} from './lib/index.js'
0 commit comments