jonschlinkert / kind-of

Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
https://github.com/jonschlnkert
MIT License
347 stars 38 forks source link

Remove unnecessary typeof Buffer check #10

Closed ksheedlo closed 7 years ago

ksheedlo commented 7 years ago

Fixes #9

jonschlinkert commented 7 years ago

good idea, I'll merge asap, thanks!