501 B
501 B
Home > @apextoaster/js-utils > trim
trim() function
Signature:
export declare function trim(val: string, max: number, tail?: string): string;
Parameters
Parameter | Type | Description |
---|---|---|
val | string | |
max | number | |
tail | string |
Returns:
string