1.1.4 • Published 6 months ago

@types/minimatch-all v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/minimatch-all

Summary

This package contains type definitions for minimatch-all (https://github.com/joshwnj/minimatch-all).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimatch-all.

index.d.ts

// Type definitions for minimatch-all 1.1
// Project: https://github.com/joshwnj/minimatch-all
// Definitions by: Rajas Paranjpe <https://github.com/ChocolateLoverRaj>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { IOptions } from 'minimatch';

declare function minimatchAll(path: string, patterns: string[], opts?: IOptions): boolean;

export = minimatchAll;

Additional Details

  • Last updated: Mon, 28 Mar 2022 03:01:50 GMT
  • Dependencies: @types/minimatch
  • Global values: none

Credits

These definitions were written by Rajas Paranjpe.

1.1.4

6 months ago

1.1.3

7 months ago

1.1.2

8 months ago

1.1.1

1 year ago

1.1.0

2 years ago