W3cubDocs

/Deno

Deno.build

Build related information.

const build: {
target: string;
arch: "x86_64" | "aarch64";
os: "darwin" | "linux" | "windows";
vendor: string;
env?: string;
}
;

© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/Deno.build