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
Parameter | Type | Description |
---|---|---|
s | any |
Returns:
boolean
Home > @jsplumbtoolkit/browser-ui > isString
Returns whether or not the given value is of string
type.
Signature:
export declare function isString(s: any): boolean;
Parameter | Type | Description |
---|---|---|
s | any |
Returns:
boolean