UNPKG

pusher-js

Version:

Pusher JavaScript library for browser, React Native, NodeJS and web workers

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