1 | # Installation
|
2 | > `npm install --save @types/glob-parent`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for glob-parent (https://github.com/gulpjs/glob-parent).
|
6 |
|
7 | # Details
|
8 | Files 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 | declare function globParent(pattern: string, options?: globParent.Options): string;
|
12 |
|
13 | declare namespace globParent {
|
14 | interface Options {
|
15 | flipBackslashes?: boolean | undefined;
|
16 | }
|
17 | }
|
18 |
|
19 | export = globParent;
|
20 |
|
21 | ````
|
22 |
|
23 | ### Additional Details
|
24 | * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
|
25 | * Dependencies: none
|
26 |
|
27 | # Credits
|
28 | These definitions were written by [mrmlnc](https://github.com/mrmlnc).
|
29 |
|
\ | No newline at end of file |