close
Skip to main content

@std/path@1.1.6
Built and signed on GitHub Actions

Works with
This package works with Cloudflare Workers, Node.js, Deno, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Browsers
JSR Score100%
License
MIT
Downloads87,560/wk
Published21 hours ago (1.1.6)

Utilities for working with file system paths

function format
format(pathObject: Partial<ParsedPath>): string

Generate a path from FormatInputPathObject object.a {@linkcode ParsedPath} object. It does the opposite of {@linkcode https://jsr.io/@std/path/doc/~/parse | parse()}.

Parameters

Object with path components.