Skip to content

Commit 2df39fc

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

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/ts-module-a/index.ts

+2
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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export type SomeType = 'foo';

0 commit comments

Comments
 (0)