UNPKG

@surveycake/utils

Version:

SurveyCake Javascript Utils

8 lines (7 loc) 165 B
/** * @module validator.object */ /** * If argument is not `Object`, it will throw error. */ export declare function isObjectEmpty(arg: object): boolean;