Add wild-wild-path (#823)

This adds [`wild-wild-path`](https://github.com/ehmicky/wild-wild-path).
This library provides with CRUD (get/has/list/set/remove) operations on object properties using not only dot-delimited paths but also wildcards (`*` and `**`), regular expressions, array slices and unions.
This commit is contained in:
ehmicky 2022-07-25 15:39:49 +02:00 committed by GitHub
parent 8fd9bfa38d
commit 07a8a8e328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -428,6 +428,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript.
* [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*.
* [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency.
* [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexps.
## Reactive Programming