xdash / isStr
Function: isStr()
isStr(
value
):value is string
Determines if a value is a string.
Parameters
• value: unknown
value to check
Returns
value is string
true if the value is a string, false otherwise
xdash / isStr
isStr(
value
):value is string
Determines if a value is a string.
• value: unknown
value to check
value is string
true if the value is a string, false otherwise