9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
import numeral from 'numeral';
|
|
import 'numeral/locales';
|
|
|
|
try {
|
|
window.numeral = numeral;
|
|
} catch (e) {}
|
|
|
|
export { numeral };
|