Skip to main content
Module

x/deno_fmt/mod.ts>Formatter.Wasm

Programmatic code formatter for Deno and Deno Deploy, allowing you to format code on the fly. Supports all features and options of the `deno fmt` command.
Latest
interface Formatter.Wasm
implements Formatter
import { type Formatter } from "https://deno.land/x/deno_fmt@0.1.5/mod.ts";
const { Wasm } = Formatter;

Properties

readonly
config: Config.Resolved & { readonly type: "wasm"; }
readonly
context: WasmContext