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, 1 insertions, 1 deletions
diff --git a/js/types.ts b/js/types.ts
index 954816811..7355484ac 100644
--- a/js/types.ts
+++ b/js/types.ts
@@ -1,4 +1,4 @@
-// Copyright 2018 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
export type TypedArray = Uint8Array | Float32Array | Int32Array;
// tslint:disable:max-line-length