cerebrate/webroot/js/node_modules/mermaid/dist/array-b7dcf730.js

7 lines
116 B
JavaScript
Raw Normal View History

2023-10-05 11:00:51 +02:00
function array(x) {
return typeof x === "object" && "length" in x ? x : Array.from(x);
}
export {
array as a
};