UNPKG

@pubby/sdk

Version:
3 lines (2 loc) 126 B
import { PubbyStream } from "../lib/stream"; export declare function fromEvent<T>(target: any, event: any): PubbyStream<T>;