Flow Object.values(…)

1 · David Walsh · May 2, 2019, 4:07 p.m.
JavaScript typing utilities, like Flow and TypeScript, have become popular in JavaScript apps of all sizes. As I mentioned in our Script & Style Show typing podcast, typing is a great way to implicitly implement documentation and validation. Flow isn’t always easy to perfect, however, and Object.values was a pain point for me. When using […] The post Flow Object.values(…) appeared first on David Walsh Blog. ...