- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
9 lines
180 B
JavaScript
9 lines
180 B
JavaScript
import { c as baseClone } from "./graph-cdf81e0e.js";
|
|
var CLONE_SYMBOLS_FLAG = 4;
|
|
function clone(value) {
|
|
return baseClone(value, CLONE_SYMBOLS_FLAG);
|
|
}
|
|
export {
|
|
clone as c
|
|
};
|