UNPKG

@nestjs-mod/afat

Version:

Common utilites for AFAT (Angular, Formly, Antd, Transloco)

10 lines (9 loc) 224 B
import { Observable } from 'rxjs'; export declare function webSocket<T>({ address, eventName, options, }: { address: string; eventName: string; options?: any; }): Observable<{ data: T; event: string; }>;