UNPKG

es-object-atoms

Version:

ES Object-related atoms: Object, ToObject, RequireObjectCoercible

4 lines (2 loc) 104 B
declare function isObject<T>(x: T): x is T & object & Record<PropertyKey, unknown>; export = isObject;