diff options
Diffstat (limited to 'js/types.ts')
-rw-r--r-- | js/types.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/js/types.ts b/js/types.ts index 4e35d1227..954816811 100644 --- a/js/types.ts +++ b/js/types.ts @@ -1,14 +1,6 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. export type TypedArray = Uint8Array | Float32Array | Int32Array; -// @internal -export interface ModuleInfo { - moduleName: string | null; - filename: string | null; - sourceCode: string | null; - outputCode: string | null; -} - // tslint:disable:max-line-length // Following definitions adapted from: // https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/index.d.ts |