summaryrefslogtreecommitdiff
path: root/js/types.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-10-22 13:14:27 +1100
committerRyan Dahl <ry@tinyclouds.org>2018-10-23 04:48:00 -0700
commit8ef7da261149ed03f25bdb5ea2611f8ce84a4d78 (patch)
tree8399dd030cf6fb172980d3b2c65bcf82d62b1168 /js/types.ts
parentc0492ef061afd5af2044d5952432d223615841a7 (diff)
Enforce media types
Diffstat (limited to 'js/types.ts')
-rw-r--r--js/types.ts8
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