environment
Check which JavaScript environment your code is running in at runtime: browser, Node.js, Bun, etc
is-extendable
Returns true if a value is a plain object, array or function.
is-plain-object
Returns true if an object was created by the `Object` constructor, or Object.create(null).