|
Last change
on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
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.