This repository has been archived on 2026-05-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blowfish/assets/lib/mermaid/selectAll-b147441f.js
T
2024-03-07 20:32:21 +00:00

9 lines
350 B
JavaScript

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