Files
xahau.js/packages/xrpl
Caleb Kniffen cfb64c3f88 feat: remove lodash as a dependency (#2378)
This will reduce the bundle size by ~23%(117kb).

Only 4 methods were used `flatten`, `flatMap`, `omitBy`, and `groupBy`.

`omitBy and `groupBy` were recreated while the es2019 implementations of
`flatten` and `flatMap` are used.

`lodash` is still used in the tests which is fine because it makes the
tests cleaner.

Closes #2118
2024-02-01 13:43:52 -06:00
..
2024-02-01 13:41:51 -06:00
2024-02-01 12:58:20 -06:00
2023-02-03 17:03:07 -06:00