9 lines
128 B
JavaScript
Raw Permalink Normal View History

import numeral from 'numeral';
import 'numeral/locales';
try {
window.numeral = numeral;
} catch (e) {}
export { numeral };