blowfish/assets/lib/mermaid/clone-d2e37f8c.js

9 lines
180 B
JavaScript
Raw Normal View History

2024-03-07 14:14:09 -06:00
import { c as baseClone } from "./graph-af3d5df6.js";
var CLONE_SYMBOLS_FLAG = 4;
function clone(value) {
return baseClone(value, CLONE_SYMBOLS_FLAG);
}
export {
clone as c
};