UNPKG

@surveycake/utils

Version:

SurveyCake Javascript Utils

8 lines (7 loc) 172 B
/** * @module validator.object */ /** * @param arg argument will be tested if it is object or not. */ export declare function isObject(arg: any): arg is object;