UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

11 lines (8 loc) 297 B
var slice = Array.prototype.slice; function array(x) { return typeof x === "object" && "length" in x ? x // Array, TypedArray, NodeList, array-like : Array.from(x); // Map, Set, iterable, string, or anything else } export { array as default, slice }; //# sourceMappingURL=array.js.map