storageEquals
Stentor API Reference / stentor-request/src / storageEquals
Function: storageEquals()
storageEquals(
context,key,value):boolean
Defined in: packages/stentor-request/src/SystemConditionalCheck.ts:54
Checks the storage if the value at the provided key is equal to the provided value.
Parameters​
context​
key​
string
value​
string | number | boolean
Returns​
boolean