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?
Array-like helper that iterates over all records.
ds.forEach(r => console.log(r));forEach(callbackFn: (value: DataRecord<T>, index: number, array: DataRecord<T>[]) => void): void;Last updated
Was this helpful?
Was this helpful?