/** * 获取JS对象长度 * @param obj 对象 */ export default function size(obj: object): number;