UNPKG

@johanblumenberg/ts-mockito

Version:
5 lines (4 loc) 143 B
export declare class ObjectInspector { getObjectPrototypes(prototype: any): any[]; getObjectOwnPropertyNames(object: any): string[]; }