@stdlib/array-filled
Create a filled array.
Create a filled array.
Create a filled array according to a provided callback function.
Create a filled array having a specified length.
Create a filled array having the same length and data type as a provided array.
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.