blowfish/assets/lib/mermaid/array-b7dcf730.js

8 lines
159 B
JavaScript
Raw Normal View History

2023-03-02 16:28:51 -06:00
function array(x) {
return typeof x === "object" && "length" in x ? x : Array.from(x);
}
export {
array as a
};
//# sourceMappingURL=array-b7dcf730.js.map