date: 2023-09-07
- FIX: Make
.reduce((acc, val) ==> ...)
correctly infer the type ofval
. - FIX: Update to modern Typescript; this may address problems with
some
,concat
, andrepeat
. - DOC: Fix broken internal documentation links.
- Separate ESM exports for submodules (sync, async, events, functions, generators, enhancements, range)