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

1.0.3 • Public • Published

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

export = isValidGlob;

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

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by BendingBender.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/is-valid-glob

      Weekly Downloads

      3,482

      Version

      1.0.3

      License

      MIT

      Unpacked Size

      2.85 kB

      Total Files

      5

      Last publish

      Collaborators

      • types