isObject.d.ts 72 Bytes BlameHistoryPermalink Edit 1 2 3 declare function isObject(x: unknown): x is object; export = isObject;