UNPKG

@n3okill/utils

Version:
8 lines (7 loc) 174 B
import { TObject } from "../type/_types"; /** * Check if an object is empty * @param arg * @returns {boolean} */ export declare function isEmpty(arg: TObject): boolean;