Skip to content

Commit 2df39fc

Browse files
committed
test: .d.ts
1 parent b1f9a11 commit 2df39fc

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

tests/ts-module-a/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ export enum SomeEnum {
88
Foo,
99
Bar
1010
}
11+
12+
export type { SomeType } from './types-only';

tests/ts-module-a/types-only.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export type SomeType = 'foo';

0 commit comments

Comments
 (0)