# 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).
