environment
Check which JavaScript environment your code is running in at runtime: browser, Node.js, Bun, etc
is-windows
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.
util-ex
Browser-friendly enhanced util fully compatible with standard node.js
is-string-and-not-blank
3x as fast as `is-whitespace` and `whitespace-regex` thanks to `is-string-blank`. This package is a simple function that accepts an argument and returns `true` if it is a string AND it is not blank. Supports Node and Browser environments.
kind-of
Get the native type of a value.