Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/gauntlet/src/core/fs.ts>format

Work-in-progress front-end tool which does put a smile on my face
Latest
function format
import { format } from "https://deno.land/x/gauntlet@v0.0.9/src/core/fs.ts";

Same as std/path.normalize, except it replaces all \ with /, and removes trailing slashes.

Parameters

path: string