UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

10 lines (9 loc) 230 B
export default class NamedGroupsRegexp { private regexp; private groups; constructor(regexp: RegExp, groups: string[]); match(text: string): { [key: string]: string; } | null; toString(): RegExp; }