2 lines
55 B
TypeScript
Raw Permalink Normal View History

export declare function isObject(x: any): x is Object;