UNPKG

@n1k1t/mock-server

Version:

Powerful util to setup mocks over HTTP APIs

8 lines 326 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.buildSocketIoExchange = void 0; const buildSocketIoExchange = (io) => ({ publish: (eventName, ...payload) => io.emit(eventName, ...payload), }); exports.buildSocketIoExchange = buildSocketIoExchange; //# sourceMappingURL=socket-io.js.map