UNPKG

diffusion

Version:

Diffusion JavaScript client

5 lines 135 B
module.exports = function UpdateTopicDeltaRequest(path, id, bytes) { this.path = path; this.id = id; this.bytes = bytes; };