-
Notifications
You must be signed in to change notification settings - Fork 1
For - loop over object entires #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
A common pattern is to loop over object keys or entries, we could probably do this with an
ofprop that takes anRecord<string, T>and loops ofObject.keysand/or andentriesprop that loops ofObject.entries