English
Appearance
Deep clone an object
import { deepClone } from '@vunio/utils'; const a = { f: 1, c: 2 }; const b = deepClone(a);