@types/path-parse
TypeScript icon, indicating that this package has built-in type declarations

1.0.22 • Public • Published

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

/// <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

Credits

These definitions were written by Dan Chao.

Dependents (3)

Package Sidebar

Install

npm i @types/path-parse

Weekly Downloads

33,908

Version

1.0.22

License

MIT

Unpacked Size

2.82 kB

Total Files

5

Last publish

Collaborators

  • types