Skip to main content
Module

x/drake/tests/deps.ts>path.parse

Drake is a make-like task runner for Deno.
Latest
function path.parse
import { path } from "https://deno.land/x/drake@v1.7.0/tests/deps.ts";
const { parse } = path;

Return a ParsedPath object of the path.

Parameters

path: string

to process