UNPKG

@pubby/sdk

Version:
3 lines (2 loc) 111 B
import { PubbyStream } from "../lib/stream"; export declare function take<T>(count: number): PubbyStream<T>;