Skip to main content
Module

x/netzo/deno.d.ts>Deno.build

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
variable Deno.build
import { Deno } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";
const { build } = Deno;

Build related information.

type

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