Skip to content
PACKAGES

skip()

skip: drop the first n DATA values, then pass the rest through.

import { skip } from "@graphrefly/ts/operators";
function skip(n: number): Operator<S, S>
ParameterTypeDescription
nnumbern value used by the helper.

A Operator<S, S> value.

import { skip } from "@graphrefly/ts/operators";

packages/ts/src/graph/operators.ts