diff options
Diffstat (limited to 'cli/js/deno_unstable.ts')
| -rw-r--r-- | cli/js/deno_unstable.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/deno_unstable.ts b/cli/js/deno_unstable.ts index 192137e1f..991df9955 100644 --- a/cli/js/deno_unstable.ts +++ b/cli/js/deno_unstable.ts @@ -12,6 +12,7 @@ export { applySourceMap, formatDiagnostics } from "./ops/errors.ts"; export { signal, signals, Signal, SignalStream } from "./signals.ts"; export { setRaw } from "./ops/tty.ts"; export { utimeSync, utime } from "./ops/fs/utime.ts"; +export { ftruncateSync, ftruncate } from "./ops/fs/truncate.ts"; export { ShutdownMode, shutdown } from "./net.ts"; export { listen, listenDatagram, connect } from "./net_unstable.ts"; export { startTls } from "./tls.ts"; |
