UNPKG

132 BTypeScriptView Raw
1/// <reference types="node"/>
2
3import { ParsedPath } from "path";
4declare const parse: (src: string) => ParsedPath;
5export = parse;