summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts
index cd4ace4df..a9f5f2018 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -63,7 +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 { build, platform, OSType } from "./build";
export { version } from "./version";
export const args: string[] = [];