UNPKG

pusher-js

Version:

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

14 lines (12 loc) 251 B
interface StrategyOptions { ttl?: number; timeline?: any; encrypted?: boolean; ignoreNullOrigin?: boolean; loop?: boolean; failFast?: boolean; timeout?: number; timeoutLimit?: number; key?: string; } export default StrategyOptions;