UNPKG

laravel-echo

Version:

Laravel Echo library for beautiful Pusher and Socket.IO integration

4 lines (3 loc) 143 B
declare function isConstructor(obj: unknown): obj is new (...args: any[]) => any; export { isConstructor }; export * from './event-formatter';