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

7 lines
116 B
JavaScript

function array(x) {
return typeof x === "object" && "length" in x ? x : Array.from(x);
}
export {
array as a
};