1.3.2 • Published 5 years ago
wss-plugin v1.3.2
wss-plugin
install
npm install wss-pluginusage
import wssPlugin from 'wss-plugin';
const youPlugin = wssPlugin((namespace, _opts, done) => {
  /**
   *Your plugin implementation
   *
  **/
  done();
}, {
  name: 'youPlugin',
});
let isScoped=youNamespacePlugin[wssPlugin.pluginScoped]
let meta=youNamespacePlugin[wssPlugin.pluginMeta]
let prefix=youNamespacePlugin[wssPlugin.pluginPrefix]
export {
  youPlugin
}