UNPKG

diffusion

Version:

Diffusion JavaScript client

6 lines (5 loc) 137 B
module.exports = function UpdateSourceUpdate(cid, path, update) { this.cid = cid; this.path = path; this.update = update; };