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
Variable
Function
Type alias
Interface
Interface with type parameter
Class
Class with type parameter
Returns a function that tests its supplied argument, suitable for use with Array.filter