import { __commonJS } from "./chunk-KWPVD4H7.js"; // node_modules/graphology-utils/is-graph.js var require_is_graph = __commonJS({ "node_modules/graphology-utils/is-graph.js"(exports, module) { module.exports = function isGraph(value) { return value !== null && typeof value === "object" && typeof value.addUndirectedEdgeWithKey === "function" && typeof value.dropNode === "function" && typeof value.multi === "boolean"; }; } }); export { require_is_graph }; //# sourceMappingURL=chunk-CUGRMBPC.js.map