Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/shared/lib/is-plain-object.d.ts
2025-09-21 20:29:15 +07:00

3 lines
125 B
TypeScript
Executable File

export declare function getObjectClassLabel(value: any): string;
export declare function isPlainObject(value: any): boolean;