elearning/Frontend-Learner/node_modules/smob/dist/utils/check.d.ts

4 lines
193 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
export declare function isObject(item: unknown): item is Record<string, any>;
export declare function isSafeKey(key: string): boolean;
export declare function isEqual(x: any, y: any): boolean;