UNPKG

mana-common

Version:

Common utils for mana

3 lines (2 loc) 172 B
export declare function getPropertyDescriptor(o: any, propertyName: PropertyKey): PropertyDescriptor | undefined; export declare function isPlainObject(obj: any): boolean;