Function matchAllFromFile
- matchAllFromFile(filepath, regexp, includeComments?): Promise<undefined | IterableIterator<RegExpMatchArray>>
Parameters
filepath: string
regexp: RegExp
includeComments: boolean = false
Returns Promise<undefined | IterableIterator<RegExpMatchArray>>