UNPKG

gbf-raidfinder-parser

Version:
8 lines (6 loc) 123 B
export default class ParsedText { public text: string; public constructor(text: string) { this.text = text; } }