From 7762b55432ba73f07f90414aa7d023bb0779f5de Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 28 May 2018 21:50:44 -0400 Subject: Add LICENSE --- types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'types.ts') 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 +// All rights reserved. MIT License. export type TypedArray = Uint8Array | Float32Array | Int32Array; export interface ModuleInfo { -- cgit v1.2.3