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

x/clone/deps.ts>fs.format

A simple utility for the convenient clone
Go to Latest
function fs.format
import { fs } from "https://deno.land/x/clone@v1.0.4/deps.ts";
const { format } = fs;

Format the file to the targeted EOL

Parameters

content: string
eol: EOL

Returns

string