isObject.d.ts 55 Bytes Edit Raw Blame History Permalink 1 export declare function isObject(x: any): x is Object;