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 efccb7741..4efa641d3 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -86,7 +86,7 @@ export { Signal } from "./process.ts"; export { inspect, customInspect } from "./console.ts"; -export { build, platform, OperatingSystem, Arch } from "./build.ts"; +export { build, OperatingSystem, Arch } from "./build.ts"; export { version } from "./version.ts"; export const args: string[] = []; |