Validates if a value is an array of primitive numbers, excluding NaN.
Validates if a value is a number primitive, excluding NaN.
Validates if a value is a string primitive.
utilities for primitive JavaScript types
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Validates if a value is a number primitive and an integer.
Validates if a value is an array.
Validates if a value is an integer array.
Validates if a value is a number.
This is an internal utility, not intended for public usage.
This is an internal utility, not intended for public usage.
Validates if a value is a positive number primitive.
Validates if a value is a boolean primitive.
Unbox a boxed JS primitive value.
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
Validates if a value is array-like.
Which kind of boxed JS primitive is this?
Returns `true` if the value is a primitive.
Validates if a value is a NaN primitive.
Validates if a value is an integer.
Validates if a value is a function.
Flowtype linting rules for ESLint.
Validate JSON
Enforce that all function components are wrapped in `React.memo`, and that all props and deps are wrapped in `useMemo`/`useCallback` so they don’t break memo.