From 07730c260a3dc7a5c4d06b6a705094b61af61587 Mon Sep 17 00:00:00 2001 From: mesqueeb Date: Mon, 14 Nov 2022 17:37:11 +0900 Subject: [PATCH] update readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ec663a..6cb42e3 100644 --- a/README.md +++ b/README.md @@ -243,17 +243,20 @@ function isObjectLike(payload: any): payload is T { return isAnyObject(payload) } ``` - -## Meet the family +## Meet the family (more tiny utils with TS support) - [is-what 🙉](https://github.com/mesqueeb/is-what) - [is-where 🙈](https://github.com/mesqueeb/is-where) - [merge-anything 🥡](https://github.com/mesqueeb/merge-anything) +- [check-anything 👁](https://github.com/mesqueeb/check-anything) +- [remove-anything ✂️](https://github.com/mesqueeb/remove-anything) +- [getorset-anything 🐊](https://github.com/mesqueeb/getorset-anything) +- [map-anything 🗺](https://github.com/mesqueeb/map-anything) - [filter-anything ⚔️](https://github.com/mesqueeb/filter-anything) -- [find-and-replace-anything 🎣](https://github.com/mesqueeb/find-and-replace-anything) -- [compare-anything 🛰](https://github.com/mesqueeb/compare-anything) - [copy-anything 🎭](https://github.com/mesqueeb/copy-anything) +- [case-anything 🐫](https://github.com/mesqueeb/case-anything) - [flatten-anything 🏏](https://github.com/mesqueeb/flatten-anything) +- [nestify-anything 🧅](https://github.com/mesqueeb/nestify-anything) ## Source code