diff options
Diffstat (limited to 'node_modules/type-fest/index.d.ts')
-rw-r--r-- | node_modules/type-fest/index.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/type-fest/index.d.ts b/node_modules/type-fest/index.d.ts new file mode 100644 index 0000000..206261c --- /dev/null +++ b/node_modules/type-fest/index.d.ts @@ -0,0 +1,2 @@ +// These are all the basic types that's compatible with all supported TypeScript versions. +export * from './base'; |