summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/clone-9ea6bfeb.js
blob: 34954ff3c6ee41484e04dddb22386b19a2a5841b (plain)
1
2
3
4
5
6
7
8
import { c as baseClone } from "./graph-fe24fab6.js";
var CLONE_SYMBOLS_FLAG = 4;
function clone(value) {
  return baseClone(value, CLONE_SYMBOLS_FLAG);
}
export {
  clone as c
};