diff options
Diffstat (limited to 'deno/typescript-types.ts')
-rw-r--r-- | deno/typescript-types.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deno/typescript-types.ts b/deno/typescript-types.ts new file mode 100644 index 0000000..28e7a6a --- /dev/null +++ b/deno/typescript-types.ts @@ -0,0 +1,2 @@ +// For simpler imports in Deno projects +export * from '../packages/typescript-types/src/index.ts'; |