UNPKG

@n3okill/utils

Version:
7 lines (6 loc) 130 B
/** * Check if argument is empty * @param arg * @returns {boolean} */ export declare function isEmpty(arg: unknown): boolean;