diff options
Diffstat (limited to 'io/util.ts')
-rw-r--r-- | io/util.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/util.ts b/io/util.ts index 185732b36..8726a1887 100644 --- a/io/util.ts +++ b/io/util.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { Buffer, Reader } from "deno"; // `off` is the offset into `dst` where it will at which to begin writing values |