UNPKG

pusher-js

Version:

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

7 lines (5 loc) 120 B
interface StrategyRunner { forceMinPriority: (number) => void; abort: () => void; } export default StrategyRunner;