UNPKG

orange-orm

Version:

Object Relational Mapper

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