is-plain-object
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Updated by @stevenvachon
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Updated by @jonschlinkert
is-fullwidth-code-point
Check if the character represented by a given Unicode code point is fullwidth
Updated by @sindresorhus
npm-check-updates
Find newer versions of dependencies than what your package.json allows
Updated by @raine
is-retry-allowed
Check whether a request can be retried based on the `error.code`
Updated by @floatdrop
is-windows
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.
Updated by @doowb
type-check
type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.
Updated by @gkz