UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

9 lines (6 loc) 215 B
import { formatDecimalParts } from './formatDecimal.js'; function exponent(x) { return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN; } export { exponent as default }; //# sourceMappingURL=exponent.js.map