summaryrefslogtreecommitdiff
path: root/js/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/types.ts')
-rw-r--r--js/types.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/types.ts b/js/types.ts
deleted file mode 100644
index 88462d758..000000000
--- a/js/types.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-export type TypedArray = Uint8Array | Float32Array | Int32Array;