UNPKG

domotz-node-ssdp

Version:

A fork of node.js SSDP client and server library.

8 lines (6 loc) 184 B
var path = process.env.SSDP_COV ? './lib-cov/' : './lib/' module.exports = { Server: require(path + 'server'), Client: require(path + 'client'), Base: require(path + 'index') }