diff options
Diffstat (limited to 'cli/js/process.ts')
-rw-r--r-- | cli/js/process.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/process.ts b/cli/js/process.ts index 6f45081dc..ee32eac3d 100644 --- a/cli/js/process.ts +++ b/cli/js/process.ts @@ -2,7 +2,7 @@ import { File } from "./files.ts"; import { close } from "./ops/resources.ts"; -import { Closer, Reader, Writer } from "./io.ts"; +import type { Closer, Reader, Writer } from "./io.ts"; import { readAll } from "./buffer.ts"; import { kill, runStatus as runStatusOp, run as runOp } from "./ops/process.ts"; |