UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

10 lines (9 loc) 210 B
const socketIoEventUtil = { toSocketName(name) { return name.replace('.', '__'); }, toMercuryName(name) { return name.replace('__', '.'); }, }; export default socketIoEventUtil;