diff options
Diffstat (limited to 'js/console.ts')
-rw-r--r-- | js/console.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/console.ts b/js/console.ts index 396def545..456d3485e 100644 --- a/js/console.ts +++ b/js/console.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. import { isTypedArray } from "./util"; // tslint:disable-next-line:no-any |