@@ -0,0 +1,3 @@
declare function isObject<T>(x: T): x is T & object & Record<PropertyKey, unknown>;
export = isObject;
The note is not visible to the blocked user.