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