Skip to content

Commit

Permalink
add reference to kind-of-types
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Jul 13, 2015
1 parent 675f592 commit 968ea63
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions README.md
Expand Up @@ -18,7 +18,7 @@ npm test
- have support for es6 features like WeakMap, Symbol, Promises, Generators and etc
- all methods also exists prefixed with `is` like `isNumber`, `isRegexp`
- performance, because is on top of `kind-of` which is the fastest
- [see below supported methods](https://github.com/tunnckoCore/is-kindof#supported-methods-and-types) and types that you can use to check values
- see [kind-of-types](https://github.com/tunnckoCore/kind-of-types) for the supported types that you can use to check values


## Usage
Expand Down Expand Up @@ -90,30 +90,8 @@ is(genfn, ['generator', 'string']) //=> false
```


## Supported methods and types
> All of them also exist prefixed with `is`, like `isNumber`, `isFunction` and etc.
- `null`
- `set`
- `map`
- `date`
- `array`
- `string`
- `object`
- `number`
- `regexp`
- `boolean`
- `function`
- `undefined`
- `generator`
- `generatorfunction`
- `weakmap`
- `weakset`
- `symbol`
- `promise`
- `hybrid`
- `stream`
- `error`
## Supported types
> For list of all supported types that are used and exposed here see [kind-of-types](https://github.com/tunnckoCore/kind-of-types). All of them also exists as methods prefixed with `is`

## Checking for errors
Expand Down

0 comments on commit 968ea63

Please sign in to comment.