source: node_modules/es-toolkit/dist/compat/_internal/ObjectIterator.d.ts

Last change on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 259 bytes
RevLine 
[a762898]1type ObjectIterator<T, R> = (value: T[keyof T], key: string, collection: T) => R;
2type ObjectIteratorTypeGuard<T, U extends T[keyof T]> = (value: T[keyof T], key: string, collection: T) => value is U;
3
4export type { ObjectIterator, ObjectIteratorTypeGuard };
Note: See TracBrowser for help on using the repository browser.