close
Skip to main content

@std/path@1.1.5
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
Downloads130,754/wk
Publisheda week ago (1.1.5)

Utilities for working with file system paths

Functions

f
normalize(path: string | URL): string

Normalize the path, resolving '..' and '.' segments.

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/normalize";
or

Import directly with a jsr specifier

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