feathersjs/feathers

View on GitHub
packages/transport-commons/src/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { socket } from './socket'
import { routing } from './routing'
import { channels, Channel, CombinedChannel } from './channels'
import { RealTimeConnection } from '@feathersjs/feathers'

export * as http from './http'
export { socket, routing, channels, Channel, CombinedChannel, RealTimeConnection }