Skip to main content
Module

x/esm/build.ts>TransformOptions

A fast, smart, & global CDN for modern(es2015+) web development.
Latest
type alias TransformOptions
import { type TransformOptions } from "https://deno.land/x/esm@v135_2/build.ts";
definition: { target?:
| "deno"
| "denonext"
| "node"
| "esnext"
| `es201${5 | 6 | 7 | 8 | 9}`
| `es202${0 | 1 | 2}`
; imports?: Record<string, string>; }