1 2 3 4
import assign from "../assign/index.js"; export default function cloneObject(object) { return assign({}, object); }
[PATCH repo_name]