1.0.3 • Published 6 months ago

@types/is-valid-glob v1.0.3

Weekly downloads
33,376
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/is-valid-glob

Summary

This package contains type definitions for is-valid-glob (https://github.com/jonschlinkert/is-valid-glob).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-valid-glob.

index.d.ts

// Type definitions for is-valid-glob 1.0
// Project: https://github.com/jonschlinkert/is-valid-glob
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = isValidGlob;

declare function isValidGlob(input: any): input is string | string[];
declare function isValidGlob(): false;

Additional Details

  • Last updated: Sun, 27 Feb 2022 19:31:45 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by BendingBender.

1.0.2

7 months ago

1.0.3

6 months ago

1.0.1

2 years ago

1.0.0

5 years ago