UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

9 lines (7 loc) 199 B
function interpolateRound(a, b) { return a = +a, b = +b, function(t) { return Math.round(a * (1 - t) + b * t); }; } export { interpolateRound as default }; //# sourceMappingURL=round.js.map