UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

4 lines (3 loc) 237 B
import { Formatter } from '../types/StatDescription'; export declare type Params = Array<number | [number, number]>; export default function printf(text: string, params: Params, formatters?: Formatter[], range_message?: string): string;