dsync

0.0.2 • Public • Published

Example

 
var dsync = require("dsync");
 
var target = {
    name: "craig",
    save: function() {
        //do nothing
    },
    toPublic: function() {
        return target;
    }
};
 
 
var syncable = dsync(target);
 

/dsync/

    Package Sidebar

    Install

    npm i dsync

    Weekly Downloads

    131

    Version

    0.0.2

    License

    BSD

    Last publish

    Collaborators

    • architectd