MCPcopy Create free account
hub / github.com/denoland/std / format

Function format

path/windows/format.ts:28–31  ·  view source on GitHub ↗
(pathObject: Partial<ParsedPath>)

Source from the content-addressed store, hash-verified

26 * @returns The formatted path.
27 */
28export function format(pathObject: Partial<ParsedPath>): string {
29 assertArg(pathObject);
30 return _format("\\", pathObject);
31}

Callers

nothing calls this directly

Calls 2

assertArgFunction · 0.90
_formatFunction · 0.90

Tested by

no test coverage detected