xdashReadme | API


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

Source

typed.ts:36