UNPKG

gbf-raidfinder-parser

Version:
9 lines (8 loc) 302 B
import TextParser from './TextParser'; import Boss from '../Boss'; export declare function parseBoss(text: string): Boss; export default class BossParser extends TextParser { static readonly BOSS_REGEXP: RegExp; static readonly parse: typeof parseBoss; parse(text: string): Boss; }