Skip to main content

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
94%
Published
4 months ago (1.0.8)

Functions

f
toFileUrl

Converts a path string to a file URL.

Add Package

deno add jsr:@std/path

Import symbol

import * as mod from "@std/path/to-file-url";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@std/path/to-file-url";