Skip to content
Rakexl
Search
K
Main Navigation
Guide
Language
Reference
Usage
Playground
Appearance
Menu
Return to top
On this page
Object
Object manipulation and inspection
Functions
entries
: Returns an array of key-value pairs from the input object.
merge
: Returns a new object with the properties of the input objects merged together.
values
: Returns the values of an object as an array.
Transforms
entries
: Returns an array of key-value pairs from the input object.
merge
: Returns a new object with the properties of the input objects merged together.
values
: Returns the values of an object as an array.