Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
chore: wip

chore: wip

chore: wip

chore: wip

chore: wip

chore: wip

chore: wip

chore: wip
  • Loading branch information
chrisbbreuer committed Oct 26, 2024
1 parent 864627e commit 55f7e49
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 110 deletions.
12 changes: 6 additions & 6 deletions fixtures/output/example-0001.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ export declare function loadConfig<T extends Record<string, unknown>>({ name, cw
declare const dtsConfig: DtsGenerationConfig;
export { generate, dtsConfig }
export type { DtsGenerationOption }
export { config } from './config'
export * from './extract'
export * from './generate'
export * from './types'
export * from './utils'
// 1. Complex Generic Types
export declare interface ComplexGeneric<T extends Record<string, unknown>, K extends keyof T> {
data: T
key: K
Expand All @@ -90,4 +84,10 @@ export declare type ComplexUnionIntersection =
metadata: Record<string, unknown>
}

export { config } from './config'
export * from './extract'
export * from './generate'
export * from './types'
export * from './utils'

export default dts;
Loading

0 comments on commit 55f7e49

Please # to comment.