Daily Archives: March 24, 2023
TypeScript: Add typing to the lodash entries helper
This is a followup post to the other one where we’ve added types to the lodash keys helper. This time we will add types to the entries helper, which is an alias to the toPairs helper, where we can also … Continue reading
Posted in TypeScript
Tagged TypeScript
Comments Off on TypeScript: Add typing to the lodash entries helper