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