UNPKG

@ng-web-apis/workers

Version:
4 lines (3 loc) 197 B
import type { OperatorFunction } from 'rxjs'; import type { TypedMessageEvent } from '../types/typed-message-event'; export declare function toData<T>(): OperatorFunction<TypedMessageEvent<T>, T>;