Skip to main content
Module

std/path/parse.ts

The Deno Standard Library
Latest
import * as mod from "https://deno.land/std@0.224.0/path/parse.ts";

Functions

Return a ParsedPath object of the path. Use format to reverse the result.

Interfaces

A parsed path object generated by path.parse() or consumed by path.format().