ptz-copy

1.0.1 • Public • Published

ptz-copy

================ Build Status NPM codecov.io Dependency Status bitHound Score License

ptz-copy is a javascript library for coping objects

Be welcome to learn, help and play!!!

Install

Install with npm:

    $ npm install ptz-copy --save

or clone from github:

    $ git clone https://github.com/angeloocana/ptz-copy.git

Setup

    $ npm install 
    $ typings install

*Add to your typings/index.d.ts

/// <reference path="../node_modules/ptz-copy/src/typings/index.d.ts" />

Test

    $ npm test

Usage

 
import copy from "ptz-copy";
 
let obj = {say:"Hi!"};
 
let newObj = copy(obj);
 

Readme

Keywords

Package Sidebar

Install

npm i ptz-copy

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • angeloocana
  • alanmarcell