Skip to main content
variable Deno.build

Build related information.

type

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