core3-utils

@wixc3/common on Github

Home > @wixc3/common > noWhiteSpace

noWhiteSpace() function

Remove white spaces including empty lines

Signature:

export declare function noWhiteSpace(str: string): string;

Parameters

Parameter Type Description
str string

Returns:

string