Skip to main content
Module

x/deno_fmt/mod.ts>Options.ProseWrap

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.
Go to Latest
type alias Options.ProseWrap
import { type Options } from "https://deno.land/x/deno_fmt@0.0.1/mod.ts";
const { ProseWrap } = Options;
definition: "always" | "never" | "preserve"