542 B
542 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