DIR: /proc/thread-self/cwd/node_modules/pusher-js/src/core/strategies/ |
Current File : //proc/thread-self/cwd/node_modules/pusher-js/src/core/strategies/strategy_runner.ts |
interface StrategyRunner { forceMinPriority: (number) => void; abort: () => void; } export default StrategyRunner; |