UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

12 lines (9 loc) 398 B
import ascending from './ascending.js'; import bisector from './bisector.js'; import number from './number.js'; const ascendingBisect = bisector(ascending); const bisectRight = ascendingBisect.right; const bisectLeft = ascendingBisect.left; const bisectCenter = bisector(number).center; export { bisectCenter, bisectLeft, bisectRight, bisectRight as default }; //# sourceMappingURL=bisect.js.map