Skip to main content
Module

x/deno_fmt/mod.ts>Options.Config

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
type alias Options.Config
import { type Options } from "https://deno.land/x/deno_fmt@0.1.5/mod.ts";
const { Config } = Options;
definition: boolean | string