UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

5 lines (4 loc) 233 B
export declare type StatValue = number | Range; export declare type Range = [number, number]; export declare const isRange: (value: StatValue) => value is [number, number]; export declare const isZero: (value: StatValue) => boolean;