UNPKG

307 BJavaScriptView Raw
1import { a3 as Selection, a4 as root, a5 as array } from "./mermaid-4b4b971d.js";
2function selectAll(selector) {
3 return typeof selector === "string" ? new Selection([document.querySelectorAll(selector)], [document.documentElement]) : new Selection([array(selector)], root);
4}
5export {
6 selectAll as s
7};