Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/fs/mod.ts>format

A modern runtime for JavaScript and TypeScript.
Go to Latest
function format
import { format } from "https://deno.land/x/deno@v0.28.0/std/fs/mod.ts";

Format the file to the targeted EOL

Parameters

content: string
eol: EOL

Returns

string