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