Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
variable Deno.build

Build related information.

type

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