/** * 计算数组中重复元素以及重复元素的次数 * @param data */ declare const arrayRepeat: (data: T[]) => object; export default arrayRepeat;