Skip to main content

Home > @jsplumbtoolkit/browser-ui > isString

isString() function

Returns whether or not the given value is of string type.

Signature:

export declare function isString(s: any): boolean;

Parameters

ParameterTypeDescription
sany

Returns:

boolean