UNPKG

laravel-echo

Version:

Laravel Echo library for beautiful Pusher and Socket.IO integration

17 lines (12 loc) 263 B
import type { io } from 'socket.io-client'; import type Pusher from 'pusher-js'; export {}; declare global { interface Window { Laravel?: { csrfToken?: string; }; io?: typeof io; Pusher?: typeof Pusher; } }