Skip to main content
Module

x/deno_fmt/mod.ts>Options.Ext

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.Ext
import { type Options } from "https://deno.land/x/deno_fmt@0.0.1/mod.ts";
const { Ext } = Options;
definition:
| "ts"
| "js"
| "jsx"
| "tsx"
| "json"
| "jsonc"
| "md"