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

Async functions + Tests for arraybuffer, dataview and async function #26

Open pjbatista opened 5 years ago

pjbatista commented 5 years ago
tunnckoCore commented 5 years ago

I feel there is too much noise to that PR, but @jonschlinkert is the master here :D I'm basically doing the same thing :D most of the time cuz I'm lazy to do separate PRs for small changes.

And I'm mentioning Jon, because I know what's the feeling to mostly always miss a PR, because of the notification noise. ;d I definitely think to add some GitHub bot to help with that.

pjbatista commented 5 years ago

I mean, I should've added a comment to the commit, but I also cleanup up a few eslint warnings. And I only saw your PR after I already had submitted mine, because asyncs were my main goal too.