Skip to content

Commit 6786b14

Browse files
committed
chore: wip
1 parent 3b12b44 commit 6786b14

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

fixtures/output/exports.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)