We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I guess due to the fact that it has 2 abstract methods that need to be implemented:
export abstract class BaseParser { abstract pattern(): RegExp abstract execute(text:string, ref: Date, opt: {}):any[]; }