tests for is.class and readme info

This commit is contained in:
Or Schneider 2017-09-24 21:54:34 +03:00
parent 103c5afe6f
commit 148d5e0e2c
3 changed files with 15 additions and 1 deletions

View file

@ -64,6 +64,10 @@ All the below methods accept a value and returns a boolean for whether the value
#### Built-in types
##### .array(value)
##### .class(value)
Returns `true` for any function that initialized as an ES6 class.
##### .function(value)
##### .buffer(value)
##### .object(value)