Skip to main content
Home

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

Utilities for working with file system paths

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 Score
100%
Published
2 weeks ago (1.1.1)

Functions

f
join

Joins a sequence of paths, then normalizes the resulting path.

New Ticket: 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/join";
or

Import directly with a jsr specifier

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