summaryrefslogtreecommitdiff
path: root/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'types.ts')
-rw-r--r--types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.ts b/types.ts
index 8631d2c84..d32d9f5a6 100644
--- a/types.ts
+++ b/types.ts
@@ -1,3 +1,5 @@
+// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
+// All rights reserved. MIT License.
export type TypedArray = Uint8Array | Float32Array | Int32Array;
export interface ModuleInfo {