diff options
Diffstat (limited to 'js/main.ts')
-rw-r--r-- | js/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/main.ts b/js/main.ts index 728c46e80..818e6aa12 100644 --- a/js/main.ts +++ b/js/main.ts @@ -1,3 +1,4 @@ +// Copyright 2018 the Deno authors. All rights reserved. MIT license. // tslint:disable-next-line:no-reference /// <reference path="deno.d.ts" /> import { flatbuffers } from "flatbuffers"; |