UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

5 lines (4 loc) 270 B
import { Stat } from '../format/stats'; import { Description, Matcher } from '../types/StatDescription'; export declare function deterministicValueForMatcher(matcher: Matcher): number; export declare function buildRandomStats(description: Description): Stat[][] | null;