Skip to content
Soares Chen edited this page Jan 24, 2015 · 1 revision
$ npm install quiver-object
copy(object, options) => copiedObject
copy(plainObject) => copiedObject
copy(objectWithPrototype) => sameObject

copy(array) => slicedArray
copy(string) => string
copy(int) => int
copy(bool) => bool
noCopy(object) => object