UNPKG

vanilla-type-check

Version:
8 lines (7 loc) 182 B
/** * Check if a value is an object * * @param value value to check * @returns `true` if `obj` is an object */ export declare function isObject(value: any): value is {};