An any variable
a copy of the object
Function used to get first things not empty.
An array of any
first not empty
Function used to get first things not null.
An array of any
first not null
Function used to format an string. Example: message = It's {value} data = { value: "works" } return It's works
A string
An any
formated message
Function used to get an attr inside an object.
An any
An string or an Array
An any
if the values is null return the defaultValue, if not return found value
Function used to check if something is calleble.
An any variable
true or false depends of the obj
Function used to check if something is empty.
An any variable
boolean
Function used to check if a variable is string.
An any variable
boolean
Function used to assign recursively objects at target.
An Array
target object with values of the sources objects
Function used to rounds a number
A number
Number of characters after the comma
Formated number
Function used to set an attr inside an object.
An any
An string or an Array
An any
false if obj is null or undefined
Function used to check if an string is bool or is just a string.
Boolean or string
Function used to mount an object with two arrays.
Array of string.
Array of any.
An object
Generated using TypeDoc
Function used to copy an object.