diff options
Diffstat (limited to 'globals.ts')
-rw-r--r-- | globals.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.ts b/globals.ts index 184f25163..ed60bc46a 100644 --- a/globals.ts +++ b/globals.ts @@ -1,3 +1,5 @@ +// Copyright 2018 Ryan Dahl <ry@tinyclouds.org> +// All rights reserved. MIT License. import * as timer from "./timers"; // If you use the eval function indirectly, by invoking it via a reference |