@types/glob-parent
Version:
TypeScript definitions for glob-parent
29 lines (21 loc) • 815 B
Markdown
# Installation
> `npm install --save @types/glob-parent`
# Summary
This package contains type definitions for glob-parent (https://github.com/gulpjs/glob-parent).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-parent.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-parent/index.d.ts)
````ts
declare function globParent(pattern: string, options?: globParent.Options): string;
declare namespace globParent {
interface Options {
flipBackslashes?: boolean | undefined;
}
}
export = globParent;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
# Credits
These definitions were written by [mrmlnc](https://github.com/mrmlnc).