Variables
Const array
array: object = predicate("object")(Array.isArray)
Const bigint
bigint: object = of("bigint")
Const boolean
boolean: object = of("boolean")
Const func
func: object = of("function")
Const number
number: object = of("number")
Const object
object: object = of("object")
Const string
string: object = of("string")
Const symbol
symbol: object = of("symbol")
Const undef
undef: object = of("undefined")
Ensure that the input value is not one the specific primitive javascript objects.