summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/array-b7dcf730.js
blob: 0a4e26aea1dc522ceb347fa6a2f0f2a668ee29f3 (plain)
1
2
3
4
5
6
function array(x) {
  return typeof x === "object" && "length" in x ? x : Array.from(x);
}
export {
  array as a
};