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

Readme

Keywords

none

Package Sidebar

Install

npm i dsync

Weekly Downloads

181

Version

0.0.2

License

BSD

Last publish

Collaborators

  • architectd