diff options
Diffstat (limited to 'std/textproto/mod.ts')
-rw-r--r-- | std/textproto/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/textproto/mod.ts b/std/textproto/mod.ts index f440ba5d5..1d0d22715 100644 --- a/std/textproto/mod.ts +++ b/std/textproto/mod.ts @@ -3,7 +3,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -import { BufReader } from "../io/bufio.ts"; +import type { BufReader } from "../io/bufio.ts"; import { concat } from "../bytes/mod.ts"; import { decode } from "../encoding/utf8.ts"; |