/** * 判断对象是否是(类)数组 * @category Array * @param o * @returns {boolean} */ export declare const isArrLike: (o: any) => o is ArrayLike;