diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-21 09:26:27 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-21 09:26:27 -0700 |
commit | c8508c80e5e2b6966965a45b1ebba0a74bea0e28 (patch) | |
tree | 97d60400993b32ca5e20d23ccf0afebf261541ff /deno/typescript-types.ts | |
parent | bf55d536b2f888b9ce045b80b3c4490468bc41be (diff) |
Enable shorter deno.land URLs
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'; |