mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-23 19:58:01 -08: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:
@@ -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.
|
* [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript.
|
||||||
* [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*.
|
* [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*.
|
||||||
* [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency.
|
* [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
|
## Reactive Programming
|
||||||
|
|||||||
Reference in New Issue
Block a user