From 8ef7da261149ed03f25bdb5ea2611f8ce84a4d78 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 22 Oct 2018 13:14:27 +1100 Subject: Enforce media types --- js/types.ts | 8 -------- 1 file changed, 8 deletions(-) (limited to 'js/types.ts') 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 -- cgit v1.2.3