summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/clone-9ea6bfeb.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/assets/lib/mermaid/clone-9ea6bfeb.js')
-rw-r--r--themes/blowfish/assets/lib/mermaid/clone-9ea6bfeb.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/blowfish/assets/lib/mermaid/clone-9ea6bfeb.js b/themes/blowfish/assets/lib/mermaid/clone-9ea6bfeb.js
new file mode 100644
index 0000000..34954ff
--- /dev/null
+++ b/themes/blowfish/assets/lib/mermaid/clone-9ea6bfeb.js
@@ -0,0 +1,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
+};