diff options
Diffstat (limited to 'js/plugins.d.ts')
-rw-r--r-- | js/plugins.d.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/js/plugins.d.ts b/js/plugins.d.ts deleted file mode 100644 index 842a897de..000000000 --- a/js/plugins.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. - -// This allows TypeScript to resolve any modules that end with `!string` -// as there is a rollup plugin that will take any mids ending with `!string` -// and return them as a string to rollup for inlining -declare module "*!string" { - const value: string; - export default value; -} |