3 lines
125 B
TypeScript
Executable File
3 lines
125 B
TypeScript
Executable File
export declare function getObjectClassLabel(value: any): string;
|
|
export declare function isPlainObject(value: any): boolean;
|