UNPKG

770 BMarkdownView Raw
1# Installation
2> `npm install --save @types/path-parse`
3
4# Summary
5This package contains type definitions for path-parse (https://github.com/jbgutierrez/path-parse).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-parse.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-parse/index.d.ts)
10````ts
11/// <reference types="node"/>
12
13import { ParsedPath } from "path";
14declare const parse: (src: string) => ParsedPath;
15export = parse;
16
17````
18
19### Additional Details
20 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
21 * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
22
23# Credits
24These definitions were written by [Dan Chao](http://dchao.co).
25
\No newline at end of file