UNPKG

diffusion

Version:

Diffusion JavaScript client

4 lines 137 B
module.exports = function RangeQueryRequest(topicPath, parameters) { this.topicPath = topicPath; this.parameters = parameters; };