/** * * 判断是否为 Map 对象 * * * */ declare function isLikeMap(obj: object): boolean; export { isLikeMap };