Skip to content

Commit

Permalink
add error to verb readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Dec 1, 2017
1 parent 95fe369 commit 4d7501d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .verb.md
Expand Up @@ -57,6 +57,9 @@ kindOf(/foo/);
kindOf(new RegExp('foo'));
//=> 'regexp'

kindOf(new Error('error'));
//=> 'error'

kindOf(function () {});
//=> 'function'

Expand Down

0 comments on commit 4d7501d

Please sign in to comment.