Type alias RecusriveObjectMapCallback
RecusriveObjectMapCallback: ((key, value) => {
newKey: string;
newValue: any;
})
Type declaration
-
- (key, value): {
newKey: string;
newValue: any;
}
-
Returns {
newKey: string;
newValue: any;
}
-
newKey: string
-
newValue: any