Validates if a value is a string primitive.
Validates if a value is an array of string primitives.
Validates if a value is a number primitive, excluding NaN.
Validates if a value is a number primitive and an integer.
Validates if a value is a boolean primitive.
Validates if a value is an array.
Validates if a value is an integer array.
Validates if a value is an integer.
Validates if a value is a function.
Validates if a value is a number.
Validates if a value is a NaN primitive.
Returns `true` if the value is a primitive.
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.
Unbox a boxed JS primitive value.
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
Which kind of boxed JS primitive is this?
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
👻 Primitive and flexible state management for React
A tiny, PEG-like system for building language grammars with regexes.
Validates if a value is ndarray-like.
Validates if a value is an array of primitive numbers, excluding NaN.
Validates if a value is a Buffer object.