UNPKG

kh-tool

Version:
5 lines (4 loc) 102 B
/** * diff Object 的格式 */ export declare function DiffType(one: any, other: any): boolean;