Login
From:
fettblog.eu
(Uncensored)
subscribe
TypeScript: Array.includes on narrow types
https://fettblog.eu/typescript-array-includes/
links
backlinks
Roast topics
Find topics
Find it!
The Array.prototype.includes function allows searching for a value within an array. If this value is present, the function returns true! How handy! Of course, TypeScript has proper typings for this JavaScript functionality.