Skip to main content
Module

x/esm/build.ts>BuildInput

A fast, smart, & global CDN for modern(es2015+) web development.
Go to Latest
type alias BuildInput
import { type BuildInput } from "https://deno.land/x/esm@v132/build.ts";
definition: { code: string; loader?:
| "js"
| "jsx"
| "ts"
| "tsx"
; dependencies?: Record<string, string>; types?: string; }