UNPKG

pusher-js

Version:

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

9 lines (6 loc) 192 B
import StrategyRunner from './strategy_runner'; interface Strategy { isSupported(): boolean; connect(minPriority: number, callback: Function): StrategyRunner; } export default Strategy;