@types/glob-parent
TypeScript icon, indicating that this package has built-in type declarations

5.1.1 • Public • Published

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

// Type definitions for glob-parent 5.1
// Project: https://github.com/gulpjs/glob-parent
// Definitions by: mrmlnc <https://github.com/mrmlnc>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function globParent(pattern: string, options?: globParent.Options): string;

declare namespace globParent {
    interface Options {
        flipBackslashes?: boolean | undefined;
    }
}

export = globParent;

Additional Details

  • Last updated: Tue, 06 Jul 2021 20:33:05 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by mrmlnc.

Keywords

none

Install

npm i @types/glob-parent

DownloadsWeekly Downloads

52,564

Version

5.1.1

License

MIT

Unpacked Size

3.41 kB

Total Files

4

Last publish

Collaborators

  • types