UNPKG

diffusion

Version:

Diffusion JavaScript client

4 lines 108 B
module.exports = function FetchRequest(cid, selector) { this.cid = cid; this.selector = selector; };