UNPKG

@nexim/localizer

Version:

Lightweight i18n utilities to handle translations, number formatting, date/time localization using native browser APIs.

8 lines 197 B
export function createLogger(name) { return { error: (method, error) => { console.error(`[${name}:${method}]`, error); }, }; } //# sourceMappingURL=logger.js.map