UNPKG

pusher-js

Version:

Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers

12 lines (8 loc) 266 B
import AbstractRuntime from '../../runtimes/interface'; interface AuthTransport { (context: AbstractRuntime, socketId: string, callback: Function): void; } interface AuthTransports { [index: string]: AuthTransport; } export { AuthTransport, AuthTransports };