Properties
comment
comment: boolean
Defined in node_modules/@types/minimatch/index.d.ts:152
empty
empty: boolean
Defined in node_modules/@types/minimatch/index.d.ts:157
negate
negate: boolean
Defined in node_modules/@types/minimatch/index.d.ts:147
options
Defined in node_modules/@types/minimatch/index.d.ts:131
pattern
pattern: string
Defined in node_modules/@types/minimatch/index.d.ts:126
regexp
Defined in node_modules/@types/minimatch/index.d.ts:142
set
set: any [] []
Defined in node_modules/@types/minimatch/index.d.ts:136
Methods
Private braceExpand
braceExpand( pattern: string , options: IOptions ) : void
Defined in node_modules/@types/minimatch/index.d.ts:203
Parameters
Returns void
Private debug
Defined in node_modules/@types/minimatch/index.d.ts:182
Returns void
Private make
Defined in node_modules/@types/minimatch/index.d.ts:189
Returns void
makeRe
Defined in node_modules/@types/minimatch/index.d.ts:163
match
match( fname: string ) : boolean
Defined in node_modules/@types/minimatch/index.d.ts:168
Parameters
Returns boolean
matchOne
matchOne( files: string [] , pattern: string [] , partial: boolean ) : boolean
Defined in node_modules/@types/minimatch/index.d.ts:175
Parameters
files: string []
pattern: string []
partial: boolean
Returns boolean
Private parse
parse( pattern: string , isSub?: undefined | false | true ) : void
Defined in node_modules/@types/minimatch/index.d.ts:210
Parameters
pattern: string
Optional isSub: undefined | false | true
Returns void
Private parseNegate
Defined in node_modules/@types/minimatch/index.d.ts:196
Returns void
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
True if the pattern is a comment.