Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

sentry / @nestjs/websockets   js

Repository URL to install this package:

Version: 7.0.10 

/ context / ws-metadata-constants.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const ws_paramtype_enum_1 = require("../enums/ws-paramtype.enum");
exports.DEFAULT_CALLBACK_METADATA = {
    [`${ws_paramtype_enum_1.WsParamtype.PAYLOAD}:1`]: { index: 1, data: undefined, pipes: [] },
    [`${ws_paramtype_enum_1.WsParamtype.SOCKET}:0`]: { index: 0, data: undefined, pipes: [] },
};