filterBy, sortBy and findBy: 3 type-safe methods to simplify the use of TypeScript arrays
Most of the code we write is related to arrays and their manipulation with filtering, sorting and searching operations. With EcmaScript 6 (ES6) the manipulation of arrays in JavaScript has …
Read More