📄️ delay
Creates a delay for a specified number of milliseconds and returns a resolved promise after the delay.
📄️ get-random-value
Function selects random items from array, object, map, set.
📄️ is-empty
This function to determine if a given value is empty.
📄️ noop
This method returns undefined.
📄️ is-array
This function determines whether the given value is a real array.
📄️ is-boolean
This function determines whether the given value is a primitive boolean.
📄️ is-date
This function determines whether the given value is a valid Date object.
📄️ is-function
This function determines whether the given value is a real function.
📄️ is-nan
This function determines whether the given value is the special NaN value.
📄️ is-null
This function determines whether the given value is exactly null.
📄️ is-number
This function determines whether the given value is a valid, finite primitive number.
📄️ is-plain-object
This function determines whether the given value is a plain object.
📄️ is-string
This function determines whether the given value is a primitive string.
📄️ is-symbol
This function determines whether the given value is a symbol primitive.