@razorpay/blade
Version:
The Design System that powers Razorpay
22 lines (15 loc) • 536 B
JavaScript
import { getDefaultExportFromCjs } from '../../../../_virtual/_commonjsHelpers.js';
import { __exports as ary$1 } from '../../../../_virtual/ary2.js';
(function (exports) {
'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
function ary(func, n) {
return function (...args) {
return func.apply(this, args.slice(0, n));
};
}
exports.ary = ary;
} (ary$1));
var ary = /*@__PURE__*/getDefaultExportFromCjs(ary$1);
export { ary as default };
//# sourceMappingURL=ary.js.map