Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
28
export
function
format(pathObject: Partial<ParsedPath>): string {
29
assertArg(pathObject);
30
return
_format(
"\\"
, pathObject);
31
}
Callers
nothing calls this directly
Calls
2
assertArg
Function · 0.90
_format
Function · 0.90
Tested by
no test coverage detected