diff options
Diffstat (limited to 'cli/js/buffer.ts')
-rw-r--r-- | cli/js/buffer.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/buffer.ts b/cli/js/buffer.ts index 6a5105908..5c304c127 100644 --- a/cli/js/buffer.ts +++ b/cli/js/buffer.ts @@ -4,7 +4,7 @@ // Copyright 2009 The Go Authors. All rights reserved. BSD license. // https://github.com/golang/go/blob/master/LICENSE -import { Reader, Writer, ReaderSync, WriterSync } from "./io.ts"; +import type { Reader, Writer, ReaderSync, WriterSync } from "./io.ts"; import { assert } from "./util.ts"; // MIN_READ is the minimum ArrayBuffer size passed to a read call by |