mesqueeb / is-what

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
https://mesqueeb.github.io/is-what/
MIT License
170 stars 18 forks source link

More edge-case tests #71

Open jcbhmr opened 1 year ago

jcbhmr commented 1 year ago

Example for things like isString():

@mesqueeb Thoughts on what each of these edge-cases should return?

mesqueeb commented 1 year ago

this is literally all JavaScript i've never used in my life so I don't really know or care too much tbh XD

Whatever you think is best is probably OK. I have no strong feelings as I use pretty basic JavaScript syntax in my code. Readability ftw.