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

Can support typescript? #27

Open bdwenxi opened 5 years ago

bdwenxi commented 5 years ago

An awesome javascript tool. Can support typescript?

tunnckoCore commented 5 years ago

We are not using typescript, but PRs are welcome.

It would be something simple like (val: any): string or?