AK51's picture
Upload 1987 files
e472a78 verified
declare function isObject(x: unknown): x is object;
export = isObject;