Skip to content

Commit

Permalink
Merge pull request #21 from ianstormtaylor/update-readme-error
Browse files Browse the repository at this point in the history
add error to verb readme
  • Loading branch information
jonschlinkert committed Dec 1, 2017
2 parents 95fe369 + 4d7501d commit 80cdb6e
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 80cdb6e

Please sign in to comment.