UNPKG

@ysfe/array-groupby

Version:

array group by function. support Array.prototype

8 lines (7 loc) 158 B
/** * @description 将 groupBy方法注入 Array 原型链 * * @author Libin * @date 2020-09-27 16:44 */ export declare const addToProperty: () => void;