@types/path-parse

@types/path-parse JS library on GitHub @types/path-parse JS library on npm Download @types/path-parse JS library

TypeScript definitions for path-parse

Version 1.0.22 License MIT Vulnerabilities 0
@types/path-parse has no homepage
@types/path-parse JS library on GitHub
@types/path-parse JS library on npm
Download @types/path-parse JS library

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.