Skip to main content
Home

@std/path@1.1.0
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
a week ago (1.1.0)
variable DELIMITER

The character used to separate entries in the PATH environment variable. On Windows, this is ;. On all other platforms, this is :.

Type

";" | ":"

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 { DELIMITER } from "@std/path/constants";
or

Import directly with a jsr specifier

import { DELIMITER } from "jsr:@std/path/constants";