UNPKG

@klodianimeri/pipejs

Version:

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

3 lines (2 loc) 134 B
import { Pipe } from "../pipe.js"; export declare function splice(start: number, deleteCount: number, ...elements: Array<any>): Pipe;