isStringPrimitive
isStringPrimitive(
x):x is string
Defined in: guards.ts:15
Determine if a value is a string primitive.
Parameters
x
unknown
Value to test.
Returns
x is string
isStringPrimitive(
x):x is string
Defined in: guards.ts:15
Determine if a value is a string primitive.
unknown
Value to test.
x is string