Callable
M( target: string , pattern: string , options?: IOptions ) : boolean
Defined in node_modules/@types/minimatch/index.d.ts:10
Parameters
target: string
pattern: string
Optional options: IOptions
Returns boolean
Variables
Let Minimatch
Defined in node_modules/@types/minimatch/index.d.ts:30
Functions
filter
filter( pattern: string , options?: IOptions ) : ( element: string , indexed: number , array: ReadonlyArray < string > ) => boolean
Defined in node_modules/@types/minimatch/index.d.ts:23
Parameters
pattern: string
Optional options: IOptions
Returns ( element: string , indexed: number , array: ReadonlyArray < string > ) => boolean
( element: string , indexed: number , array: ReadonlyArray < string > ) : boolean
Parameters
element: string
indexed: number
Returns boolean
makeRe
Defined in node_modules/@types/minimatch/index.d.ts:28
Parameters
pattern: string
Optional options: IOptions
match
Defined in node_modules/@types/minimatch/index.d.ts:18
Parameters
pattern: string
Optional options: IOptions
Returns string []
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Tests a path against the pattern using the options.