Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
var clearSubscriptions = function (topic) { validateTopic(topic); return PubSub.clearSubscriptions(topic); }
Dependency free publish/subscribe library