UNPKG

@n3okill/utils

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