diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-10-22 13:14:27 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-23 04:48:00 -0700 |
commit | 8ef7da261149ed03f25bdb5ea2611f8ce84a4d78 (patch) | |
tree | 8399dd030cf6fb172980d3b2c65bcf82d62b1168 /js/types.ts | |
parent | c0492ef061afd5af2044d5952432d223615841a7 (diff) |
Enforce media types
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 |