mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2025-12-08 20:13:04 +00:00
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:
parent
8fd9bfa38d
commit
07a8a8e328
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user