UNPKG

146 BJavaScriptView Raw
1export function getFormatter(formatter) {
2 return n => formatter.format(n).replace(/\u200e/gi, '');
3}
4//# sourceMappingURL=get-formatter.js.map
\No newline at end of file