A drop-in standard library for ReScript. Intended to be familiar for JavaScript developers, easy to use, and be rich enough (without being bloated) so that you don't need to reach for anything else for typical ReScript development.
MIT License
162
stars
28
forks
source link
Correct comparison operator in Array.every() method #224
Fix typo in Array.every() comparison operator Yay, my first contribution