UNPKG

@mongez/localization

Version:

A simple i18n localization handler for browsers and nodejs

9 lines 315 B
interface Placeholders { [key: string]: string | number | undefined; } /** * Convert the placeholders for the given translation */ export declare function plainConverter(translation: string, placeholders?: Placeholders, placeholderPattern?: RegExp): string; export {}; //# sourceMappingURL=converters.d.ts.map