mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
//#region src/compat/_internal/ArrayIterator.d.ts
|
|
type ArrayIterator<T, R> = (value: T, index: number, collection: T[]) => R;
|
|
//#endregion
|
|
export { ArrayIterator }; |