← Back to context Comment by epicureanideal 3 hours ago _.any, some, every, keyBy. 1 comment epicureanideal Reply skrebbel 2 hours ago _.any doesn’t seem to exist.Some and every are also in JS (with the same names even!).keyBy is just Array.map -> Object.fromEntries
skrebbel 2 hours ago _.any doesn’t seem to exist.Some and every are also in JS (with the same names even!).keyBy is just Array.map -> Object.fromEntries
_.any doesn’t seem to exist.
Some and every are also in JS (with the same names even!).
keyBy is just Array.map -> Object.fromEntries