UNPKG

geotic

Version:
2 lines (1 loc) 65 B
export const deepClone = (ob) => JSON.parse(JSON.stringify(ob));