hasItem(key)
Checks if items exists.
Arguments
key
(string): A string to find an item under.
Returns
(bool): true
if item is found, false
otherwise.
Example
Last updated
Checks if items exists.
key
(string): A string to find an item under.
(bool): true
if item is found, false
otherwise.
Last updated