UNPKG

@asyncapi/nodejs-ws-template

Version:

Node.js WebSockets template for AsyncAPI generator.

3 lines 103 B
module.exports.pathParser = (path) => { return path.substr(0, path.length - '/.websocket'.length); };