Function: isString()
isString(
value:unknown):value is string
Defined in: shared/utils/typeGuards.ts:243
Checks whether a value is a string.
Parametersโ
valueโ
unknown
Value to evaluate.
Returnsโ
value is string
true when the value is of type string.