blob: 43bee3bc93c9929d5ea7b88eb5d1bc16bcd4ad5c [file] [log] [blame]
declare function isObject(x: unknown): x is object;
export = isObject;