Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ts): enable using es2023 methods
need to take care though: `Array.findLast(Index)` is good to use in Node 18, but `Array.toReversed` etc. is only supported in Node 20+
- Loading branch information