summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/clone-d2e37f8c.js
blob: 4b6daaacac0cd202ca258b72df1b56536633bb86 (plain)
1
2
3
4
5
6
7
8
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
};