Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/path/posix/mod.ts>parse

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function parse
import { parse } from "https://deno.land/std@0.222.1/path/posix/mod.ts";

Return a ParsedPath object of the path.

Parameters

path: string

to process