UNPKG

1.05 kBMarkdownView Raw
1# Installation
2> `npm install --save @types/glob-parent`
3
4# Summary
5This package contains type definitions for glob-parent (https://github.com/gulpjs/glob-parent).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-parent.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-parent/index.d.ts)
10````ts
11// Type definitions for glob-parent 5.1
12// Project: https://github.com/gulpjs/glob-parent
13// Definitions by: mrmlnc <https://github.com/mrmlnc>
14// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
15
16declare function globParent(pattern: string, options?: globParent.Options): string;
17
18declare namespace globParent {
19 interface Options {
20 flipBackslashes?: boolean | undefined;
21 }
22}
23
24export = globParent;
25
26````
27
28### Additional Details
29 * Last updated: Tue, 06 Jul 2021 20:33:05 GMT
30 * Dependencies: none
31 * Global values: none
32
33# Credits
34These definitions were written by [mrmlnc](https://github.com/mrmlnc).
35
\No newline at end of file