@types/path-parse
Version:
TypeScript definitions for path-parse
25 lines (18 loc) • 770 B
Markdown
# Installation
> `npm install --save @types/path-parse`
# Summary
This package contains type definitions for path-parse (https://github.com/jbgutierrez/path-parse).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-parse.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-parse/index.d.ts)
````ts
/// <reference types="node"/>
import { ParsedPath } from "path";
declare const parse: (src: string) => ParsedPath;
export = parse;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
# Credits
These definitions were written by [Dan Chao](http://dchao.co).