Skip to content

Commit

Permalink
add is-where link! 馃檲
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Apr 18, 2022
1 parent ea7fed8 commit c8336d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -11,6 +11,8 @@ npm i is-what

Or for deno available at: `"deno.land/x/is_what"`

> Also check out [is-where 馃檲](https://github.com/mesqueeb/is-where)
## Motivation

I built is-what because the existing solutions were all too complex or too poorly built.
Expand Down Expand Up @@ -245,6 +247,7 @@ function isObjectLike<T extends object>(payload: any): payload is T {
## Meet the family

- [is-what 馃檳](https://github.com/mesqueeb/is-what)
- [is-where 馃檲](https://github.com/mesqueeb/is-where)
- [merge-anything 馃ァ](https://github.com/mesqueeb/merge-anything)
- [filter-anything 鈿旓笍](https://github.com/mesqueeb/filter-anything)
- [find-and-replace-anything 馃帲](https://github.com/mesqueeb/find-and-replace-anything)
Expand Down Expand Up @@ -272,4 +275,4 @@ function isAnyObject(payload) {
// etc...
```

See the full source code [here](https://github.com/mesqueeb/is-what/blob/master/src/index.ts).
See the full source code [here](https://github.com/mesqueeb/is-what/blob/production/src/index.ts).

0 comments on commit c8336d5

Please sign in to comment.