@qntm-code/utils
A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.
@emahuni/clone-deep
Like the original clone-deep, it will recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives, setters, getters and circular objects cloning. Clones object property descriptors info as well.