Home > @jsplumb/util > fastTrim
#
fastTrim() functionTrims whitespace from the given string.
Signature:
export declare function fastTrim(s: string): string;
#
ParametersParameter | Type | Description |
---|---|---|
s | string |
Returns:
string
Home > @jsplumb/util > fastTrim
Trims whitespace from the given string.
Signature:
export declare function fastTrim(s: string): string;
Parameter | Type | Description |
---|---|---|
s | string |
Returns:
string