hasItem(key)
Checks if items exists.
Arguments
Returns
Example
// `result` will equal either `true` or `false` - depending if items exists or not
const result = adapter.hasItem('key');Last updated
Checks if items exists.
// `result` will equal either `true` or `false` - depending if items exists or not
const result = adapter.hasItem('key');Last updated