diff options
Diffstat (limited to 'js/types.ts')
-rw-r--r-- | js/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/types.ts b/js/types.ts index 7af0a5201..c29dedc81 100644 --- a/js/types.ts +++ b/js/types.ts @@ -1,6 +1,7 @@ // 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; |