UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

4 lines (3 loc) 194 B
import { Translation } from '../types/StatDescription'; import NamedGroupsRegexp from '../util/NamedGroupsRegexp'; export default function asRegexp(translation: Translation): NamedGroupsRegexp;