diff options
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts index d13ca81dd..cd4ace4df 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -56,7 +56,6 @@ export { Permission, Permissions } from "./permissions"; -export { platform } from "./platform"; export { truncateSync, truncate } from "./truncate"; export { FileInfo } from "./file_info"; export { connect, dial, listen, Listener, Conn } from "./net"; @@ -64,6 +63,7 @@ export { metrics, Metrics } from "./metrics"; export { resources } from "./resources"; export { run, RunOptions, Process, ProcessStatus } from "./process"; export { inspect } from "./console"; +export { build, platform } from "./build"; export { version } from "./version"; export const args: string[] = []; |