source:
node_modules/es-toolkit/dist/compat/_internal/TupleIterator.d.ts
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 196 bytes | |
| Rev | Line | |
|---|---|---|
| [a762898] | 1 | type TupleIterator<T extends readonly unknown[], TResult> = (value: T[number], index: T extends `${infer N extends number}` ? N : never, collection: T) => TResult; |
| 2 | ||
| 3 | export type { TupleIterator }; |
Note:
See TracBrowser
for help on using the repository browser.
