/** * * 判断是否有某个属性 * */ declare function hasKey(obj: any, keyOrPath: string): boolean; export { hasKey };