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 3b12b44 commit 6786b14Copy full SHA for 6786b14
2 files changed
fixtures/wip/exports.ts fixtures/input/exports.tsfixtures/wip/exports.ts renamed to fixtures/input/exports.ts
fixtures/output/exports.d.ts
@@ -0,0 +1,8 @@
1
+import { generate } from './generate';
2
+export { generate, dtsConfig }
3
+
4
+export { config } from './config'
5
+export * from './extract'
6
+export * from './generate'
7
+export * from './types'
8
+export * from './utils'
0 commit comments