diff options
Diffstat (limited to 'v8worker2.d.ts')
-rw-r--r-- | v8worker2.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/v8worker2.d.ts b/v8worker2.d.ts index 9ace56ff7..1c39653a4 100644 --- a/v8worker2.d.ts +++ b/v8worker2.d.ts @@ -1,3 +1,5 @@ +// Copyright 2018 Ryan Dahl <ry@tinyclouds.org> +// All rights reserved. MIT License. declare namespace V8Worker2 { function print(...args: any[]): void; type RecvCallback = (ab: ArrayBuffer) => void; |