clone-deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
Found 25 results for clamped
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
Uint8ClampedArray.
Test if a value is a Uint8ClampedArray.
Create a filled array according to a provided callback function.
Create a zero-filled array having a specified length.
Create an uninitialized array having a specified length.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Create a typed array.
Shallow and recursively (deep) clone JavaScript objects that handles circular references
Create a filled array.
Create a filled array having a specified length.
Create an array filled with ones and having a specified length.
Move an array item to a different position within array bounds
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Create an uninitialized array having the same length and data type as a provided array.
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
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.
Create an array filled with ones and having the same length and data type as a provided array.
Create a zero-filled array having the same length and data type as a provided array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Create a typed array.
Create a filled array having the same length and data type as a provided array.
Typed array pool.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.