UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

12 lines (11 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const socketIoEventUtil = { toSocketName(name) { return name.replace('.', '__'); }, toMercuryName(name) { return name.replace('__', '.'); }, }; exports.default = socketIoEventUtil;