Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/lib.deno.ns.d.ts>Deno.build

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable Deno.build
import { Deno } from "https://deno.land/x/deno@v1.0.0/cli/js/lib.deno.ns.d.ts";
const { build } = Deno;

Build related information.

type

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