@amphibian/copy

1.1.15 • Public • Published

copy

build status

copies variable content

npm install @amphibian/copy
var copy = require('@amphibian/copy');

var object = {
    obj: {
        foo: 'bar',
        bar: 'foo'
    },
    obj2: {
        foo: 'bar',
        bar: 'foo'
    },
    arr: [0, 1, 2, 3]
};

// Copy an object
copy(object);

Readme

Keywords

none

Package Sidebar

Install

npm i @amphibian/copy

Weekly Downloads

3

Version

1.1.15

License

ISC

Last publish

Collaborators

  • thomaslindstr_m