Classes
Methods
-
<inner> concat(items)
-
append the items passed to the crio
Parameters:
Name Type Argument Description items
Array.<*> <repeatable>
items to append to the crio
Returns:
new crio array instance
- Type
- CrioArray
-
<inner> constructor(object)
-
add the items to the crio, and return a frozen version
Parameters:
Name Type Description object
Object object passed for crioing
Returns:
crioed object
- Type
- Crio
-
<inner> findKey(fn)
-
find a specific key based on a matching function
Parameters:
Name Type Description fn
function function to match
Returns:
key matching fn
- Type
- string | undefined