import { fs } from "https://deno.land/x/dmm@v2.1.2/tests/integration/up-to-date-deps/original_deps.ts";
const { format } = fs;
Format the file to the targeted EOL.
Examples
Example 1
Example 1
import { EOL, format } from "https://deno.land/std@0.224.0/fs/mod.ts";
const CRLFinput = "deno\r\nis not\r\nnode";
format(CRLFinput, EOL.LF); // output "deno\nis not\nnode"
Parameters
eol: EOL