UNPKG

diffusion

Version:

Diffusion JavaScript client

5 lines 158 B
module.exports = function TopicSpecificationInfo(id, path, specification) { this.id = id; this.path = path; this.specification = specification; };