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

1.0.2 • Public • Published

Installation

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

Summary

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

Details

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

index.d.ts

declare function isNegatedGlob(pattern: string): isNegatedGlob.Result;
declare namespace isNegatedGlob {
    interface Result {
        negated: boolean;
        original: string;
        pattern: string;
    }
}
export = isNegatedGlob;

Additional Details

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

Credits

These definitions were written by Klaus Meinhardt.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/is-negated-glob

Weekly Downloads

51,818

Version

1.0.2

License

MIT

Unpacked Size

3.07 kB

Total Files

5

Last publish

Collaborators

  • types