LendAndRegret/node_modules/es-toolkit/dist/compat/_internal/ArrayIterator.d.mts
2026-05-02 17:27:43 +08:00

4 lines
108 B
TypeScript

type ArrayIterator<T, R> = (value: T, index: number, collection: T[]) => R;
export type { ArrayIterator };