%PDF- %PDF-
Direktori : /home/ugotscom/kma/node_modules/pusher-js/src/core/strategies/ |
Current File : /home/ugotscom/kma/node_modules/pusher-js/src/core/strategies/strategy.ts |
import StrategyRunner from './strategy_runner'; interface Strategy { isSupported(): boolean; connect(minPriority: number, callback: Function): StrategyRunner; } export default Strategy;