How To Filter Nullable Values From An Array Using TypeScript
May 15, 2022 - 5 minutesIn the realm of JavaScript development, it's common to filter out nullable values from an array. However, doing this with TypeScript doesn’t always result in the expected typings. This article covers how to sort that out.