Skip to content

Commit eab3cff

Browse files
authored
Merge pull request #200 from Andarist/fix/import-types
Add proper declaration file for the `import` condition
2 parents 7def846 + 5ef7d1a commit eab3cff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from '../tslib.js';
2+
export * as default from '../tslib.js';

0 commit comments

Comments
 (0)