diff options
Diffstat (limited to 'io/writers.ts')
| -rw-r--r-- | io/writers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/writers.ts b/io/writers.ts index 15c2628ac..07c5743ad 100644 --- a/io/writers.ts +++ b/io/writers.ts @@ -1,5 +1,5 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { Writer } from "deno"; +type Writer = Deno.Writer; import { decode, encode } from "../strings/strings.ts"; /** Writer utility for buffering string chunks */ |
