Skip to main content
Module

x/denopack/deps.ts>fs.format

The bundling and minification toolset, made for Deno
Latest
function fs.format
import { fs } from "https://deno.land/x/denopack@0.10.0/deps.ts";
const { format } = fs;

Format the file to the targeted EOL

Parameters

content: string
eol: EOL

Returns

string