From 062b22fe569fffc0f52ec36de99e5048e4d42703 Mon Sep 17 00:00:00 2001 From: ztplz Date: Mon, 1 Oct 2018 03:06:20 +0800 Subject: Add deno.truncate (#805) --- js/deno.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js/deno.ts') 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[] = []; -- cgit v1.2.3