zeromq
Version:
Next-generation ZeroMQ bindings for Node.js
13 lines (11 loc) • 348 B
JavaScript
if (require(".").capability.draft) {
process.emitWarning(
"ZeroMQ draft features are experimental and could change at any time.",
)
} else {
throw new Error(
"ZeroMQ draft features are not enabled in this build. " +
"To enable support, (re)compile this library with --zmq-draft.",
)
}
module.exports = require("./lib/draft")