UNPKG

tailwind

Version:

tailwind is a base module for streaming and evented CQS applications.

9 lines (6 loc) 275 B
'use strict'; const handleMessage = require('./wsHandleMessage'), postEvents = require('./wsPostEvents'), postRead = require('./wsPostRead'), sendMessage = require('./wsSendMessage'); module.exports = { handleMessage, postEvents, postRead, sendMessage };