File size: 107 Bytes
a5d718a | 1 2 3 4 | declare function isObject<T>(x: T): x is T & object & Record<PropertyKey, unknown>;
export = isObject;
|
a5d718a | 1 2 3 4 | declare function isObject<T>(x: T): x is T & object & Record<PropertyKey, unknown>;
export = isObject;
|