UNPKG

pusher-js-auth

Version:

Pusher plugin for batching auth requests in one HTTP call

14 lines (9 loc) 292 B
import { AuthorizerGenerator } from 'pusher-js'; export as namespace PusherBatchAuthorizer; declare const pusherBatchAuthorizer: AuthorizerGenerator; export = pusherBatchAuthorizer; declare module 'pusher-js' { export interface AuthorizerOptions { authDelay?: number; } }