diff options
author | ztplz <mysticzt@gmail.com> | 2018-10-01 03:06:20 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-30 15:06:20 -0400 |
commit | 062b22fe569fffc0f52ec36de99e5048e4d42703 (patch) | |
tree | fb436c7163b414ea08a2050f4284fe87362f484c /js/deno.ts | |
parent | f51903f7736e3969ba0003c074d80950aca74f70 (diff) |
Add deno.truncate (#805)
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts index 44fba6164..cd290bfa3 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -17,5 +17,6 @@ export { ErrorKind, DenoError } from "./errors"; export { libdeno } from "./libdeno"; export { arch, platform } from "./platform"; export { trace } from "./trace"; +export { truncateSync, truncate } from "./truncate"; export { setGlobalTimeout } from "./timers"; export const args: string[] = []; |