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
braceExpand
braceExpand( pattern: string , options: IOptions ) : void
Defined in node_modules/@types/minimatch/index.d.ts:195
Parameters
Returns void
debug
Defined in node_modules/@types/minimatch/index.d.ts:180
Returns void
make
Defined in node_modules/@types/minimatch/index.d.ts:185
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
parse
parse( pattern: string , isSub?: boolean ) : void
Defined in node_modules/@types/minimatch/index.d.ts:200
Parameters
pattern: string
Optional isSub: boolean
Returns void
parseNegate
Defined in node_modules/@types/minimatch/index.d.ts:190
Returns void
Legend
Variable
Function
Type alias
Interface
Interface with type parameter
Class
Class with type parameter
True if the pattern is a comment.