From 07a8a8e328f68aa196096d0a802519b51d8abd1d Mon Sep 17 00:00:00 2001 From: ehmicky Date: Mon, 25 Jul 2022 15:39:49 +0200 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40d19e1..bd2ec4a 100644 --- a/README.md +++ b/README.md @@ -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