mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
add path parse definitions
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
// Type definitions for path-parse v1.0.5
|
||||
// Project: https://github.com/jbgutierrez/path-parse
|
||||
// Definitions by: Dan Chao <http://dchao.co
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="../node/node.d.ts"/>
|
||||
|
||||
declare module "path-parse" {
|
||||
import { ParsedPath } from "path";
|
||||
const parse: (src: string) => ParsedPath;
|
||||
export = parse;
|
||||
}
|
||||
Reference in New Issue
Block a user