summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/selectAll-b147441f.js
blob: ab33bc69751ff32484808e281e8ed6903eeb5d0f (plain)
1
2
3
4
5
6
7
8
import { S as Selection, o as root, q as array } from "./config-b4fa35bb.js";
function selectAll(selector) {
  return typeof selector === "string" ? new Selection([document.querySelectorAll(selector)], [document.documentElement]) : new Selection([array(selector)], root);
}
export {
  selectAll as s
};
//# sourceMappingURL=selectAll-b147441f.js.map