Returns an object that regenerated the given source, processing each property value and assigning it back
the source object to assign to
Optional
the callback function that processes each prop key
an object that regenerated the given source, processing each property value and assigning it back
David Hsing
regenProps({'foo': 'bar'}, () => 'foobar'); // {'foo': 'foobar'} Copy
regenProps({'foo': 'bar'}, () => 'foobar'); // {'foo': 'foobar'}
Returns an object that regenerated the given source, processing each property value and assigning it back