is-what
JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
@cryptexlabs/is-what
JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
environment
Check which JavaScript environment your code is running in at runtime: browser, Node.js, Bun, etc
is-plain-object
Returns true if an object was created by the `Object` constructor, or Object.create(null).