summaryrefslogtreecommitdiff
path: root/cli/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r--cli/js/deno.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts
index ed4c6d5c3..3e1a2b263 100644
--- a/cli/js/deno.ts
+++ b/cli/js/deno.ts
@@ -8,7 +8,7 @@ export {
writeAll,
writeAllSync,
} from "./buffer.ts";
-export { build, OperatingSystem, Arch } from "./build.ts";
+export { build } from "./build.ts";
export { chmodSync, chmod } from "./ops/fs/chmod.ts";
export { chownSync, chown } from "./ops/fs/chown.ts";
export { transpileOnly, compile, bundle } from "./compiler/api.ts";