Skip to content

angeloocana/ptz-copy

Repository files navigation

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);

About

ptz-copy is a javascript library for coping objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published