UNPKG

@n3okill/utils

Version:
5 lines (4 loc) 121 B
/** * Check if buffer is empty triming withspaces */ export declare function isEmptyOrWithSpace(arg: Buffer): boolean;