Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_changesets/src/deno.ts>format

🦕 Deno native way to manage versioning and changelogs.
Go to Latest
function format
import { format } from "https://deno.land/x/deno_changesets@0.8.0/src/deno.ts";

Parameters

text: string
type:
| "md"
| "ts"
| "tsx"
| "json"
| "jsonc"

Returns

Promise<string>