UNPKG

@basic-streams/take

Version:
6 lines (3 loc) 142 B
// @flow import type {Stream} from "@basic-streams/stream" declare export default function take<T>(n: number, stream: Stream<T>): Stream<T>