forEach

Array-like helper that iterates over all records.

Usage

ds.forEach(r => console.log(r));

API

forEach(callbackFn: (value: DataRecord<T>, index: number, array: DataRecord<T>[]) => void): void;

Last updated

Was this helpful?