Skip to main content
Module

x/lume/deps/esbuild.ts>transformSync

🔥 Static site generator for Deno 🦕
Very Popular
Latest
function transformSync
import { transformSync } from "https://deno.land/x/lume@v2.1.4/deps/esbuild.ts";

A synchronous version of "transform".

  • Works in node: yes
  • Works in browser: no

Documentation: https://esbuild.github.io/api/#transform

Parameters

input: string | Uint8Array
optional
options: SameShape<TransformOptions, T>