@@ -75,6 +75,9 @@ kindOf(/foo/);
75
75
kindOf (new RegExp (' foo' ));
76
76
// => 'regexp'
77
77
78
+ kindOf (new Error (' error' ));
79
+ // => 'error'
80
+
78
81
kindOf (function () {});
79
82
// => 'function'
80
83
@@ -334,10 +337,11 @@ You might also be interested in these projects:
334
337
335
338
| ** Commits** | ** Contributor** |
336
339
| --- | --- |
337
- | 94 | [ jonschlinkert] ( https://github.com/jonschlinkert ) |
340
+ | 98 | [ jonschlinkert] ( https://github.com/jonschlinkert ) |
338
341
| 3 | [ aretecode] ( https://github.com/aretecode ) |
339
342
| 2 | [ miguelmota] ( https://github.com/miguelmota ) |
340
343
| 1 | [ dtothefp] ( https://github.com/dtothefp ) |
344
+ | 1 | [ ianstormtaylor] ( https://github.com/ianstormtaylor ) |
341
345
| 1 | [ ksheedlo] ( https://github.com/ksheedlo ) |
342
346
| 1 | [ pdehaan] ( https://github.com/pdehaan ) |
343
347
| 1 | [ laggingreflex] ( https://github.com/laggingreflex ) |
@@ -347,6 +351,7 @@ You might also be interested in these projects:
347
351
348
352
** Jon Schlinkert**
349
353
354
+ * [ linkedin/in/jonschlinkert] ( https://linkedin.com/in/jonschlinkert )
350
355
* [ github/jonschlinkert] ( https://github.com/jonschlinkert )
351
356
* [ twitter/jonschlinkert] ( https://twitter.com/jonschlinkert )
352
357
@@ -357,4 +362,4 @@ Released under the [MIT License](LICENSE).
357
362
358
363
***
359
364
360
- _ This file was generated by [ verb-generate-readme] ( https://github.com/verbose/verb-generate-readme ) , v0.6.0, on November 18 , 2017._
365
+ _ This file was generated by [ verb-generate-readme] ( https://github.com/verbose/verb-generate-readme ) , v0.6.0, on December 01 , 2017._
0 commit comments