UNPKG

@klodianimeri/pipejs

Version:

Pipe functions that provide convenient and efficient ways to work with iterators.

3 lines (2 loc) 74 B
import { drop } from "./drop.js"; export declare const skip: typeof drop;