🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
193 B
TypeScript
Executable File
4 lines
193 B
TypeScript
Executable File
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;
|