Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v133/build.ts";
definition: { code: string; loader?:
| "js"
| "jsx"
| "ts"
| "tsx"
; dependencies?: Record<string, string>; types?: string; }