Skip to content

Commit 80cdb6e

Browse files
Merge pull request #21 from ianstormtaylor/update-readme-error
add error to verb readme
2 parents 95fe369 + 4d7501d commit 80cdb6e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.verb.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ kindOf(/foo/);
5757
kindOf(new RegExp('foo'));
5858
//=> 'regexp'
5959

60+
kindOf(new Error('error'));
61+
//=> 'error'
62+
6063
kindOf(function () {});
6164
//=> 'function'
6265

0 commit comments

Comments
 (0)