UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

10 lines (7 loc) 271 B
import exponent from './exponent.js'; function precisionRound(step, max) { step = Math.abs(step), max = Math.abs(max) - step; return Math.max(0, exponent(max) - exponent(step)) + 1; } export { precisionRound as default }; //# sourceMappingURL=precisionRound.js.map