UNPKG

@n3okill/utils

Version:
6 lines (5 loc) 135 B
/** * Check if string is empty triming withspaces * @param arg */ export declare function isEmptyOrWithSpace(arg: string): boolean;