Mirror: 馃帺 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.0.2 3 lines 99 B view raw
1import { Operator } from '../wonka_types'; 2 3export const skip: <A>(max: number) => Operator<A, A>;