source:
node_modules/es-toolkit/dist/compat/_internal/ObjectIterator.d.mts
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 259 bytes | |
| Line | |
|---|---|
| 1 | type ObjectIterator<T, R> = (value: T[keyof T], key: string, collection: T) => R; |
| 2 | type ObjectIteratorTypeGuard<T, U extends T[keyof T]> = (value: T[keyof T], key: string, collection: T) => value is U; |
| 3 | |
| 4 | export type { ObjectIterator, ObjectIteratorTypeGuard }; |
Note:
See TracBrowser
for help on using the repository browser.
