Files
blowfish/assets/lib/mermaid/clone-9ea6bfeb.js
dependabot[bot] e1a6518a8a 📦 Update packaged Mermaid
2024-05-15 05:28:27 +00:00

9 lines
180 B
JavaScript

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
};