get
Grabs a value from a provided map using a given key
Last updated
Grabs a value from a provided map using a given key
Last updated
Name
Type
Description
key
String
The key to pull from the map
map
Map
The map to get data from
Type
Description
Any
The value that lived at the provided key in the map