Searched refs:isValidValue (Results 1 – 3 of 3) sorted by relevance
98 if (!isValidValue(value)) {114 if (!isValidValue(value)) {140 function isValidValue(value) { function
1 …isValidValue(value)) {\n throw new Error(\n `Invalid value provided to SecureStore. Values…
162 if (!isValidValue(value)) {182 if (!isValidValue(value)) {217 function isValidValue(value: string) { function