UNPKG

@types/path-parse

Version:
6 lines (4 loc) 132 B
/// <reference types="node"/> import { ParsedPath } from "path"; declare const parse: (src: string) => ParsedPath; export = parse;