Skip to content

xdash API Reference v0.5.14


xdash API Reference / isString

Function: isString()

isString(value): value is string

Defined in: src/typed.ts:36

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

Released under the MIT License.