skip()
skip: drop the first n DATA values, then pass the rest through.
Import
Section titled “Import”import { skip } from "@graphrefly/ts/operators";Signature
Section titled “Signature”function skip(n: number): Operator<S, S>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
n | number | n value used by the helper. |
Returns
Section titled “Returns”A Operator<S, S> value.
Example
Section titled “Example”import { skip } from "@graphrefly/ts/operators";Source
Section titled “Source”packages/ts/src/graph/operators.ts