Skip to main content
Home
Works with
This package works with Cloudflare Workers, Deno, Browsers
This package works with Cloudflare Workers
This package works with Deno
This package works with Browsers
JSR Score94%
Downloads106,058/wk
Published2 weeks ago (1.1.4)

Utilities for working with file system paths

Functions

f
parse

Return an object containing the parsed components of the path.

Interfaces

I
ParsedPath

A parsed path object generated by path.parse() or consumed by path.format().

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/path

Import symbol

import * as mod from "@std/path/parse";
or

Import directly with a jsr specifier

import * as mod from "jsr:@std/path/parse";