diff options
Diffstat (limited to 'cli/js/ops/fs')
-rw-r--r-- | cli/js/ops/fs/seek.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/ops/fs/seek.ts b/cli/js/ops/fs/seek.ts index 2e23e084b..8fd3964fd 100644 --- a/cli/js/ops/fs/seek.ts +++ b/cli/js/ops/fs/seek.ts @@ -1,7 +1,7 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { sendSync, sendAsync } from "../dispatch_json.ts"; -import { SeekMode } from "../../io.ts"; +import type { SeekMode } from "../../io.ts"; export function seekSync( rid: number, |