UNPKG
@ysfe/array-groupby
Version:
latest (1.0.0)
1.0.0
array group by function. support Array.prototype
a951055/array-grouping
@ysfe/array-groupby
/
dist
/
types
/
add-to-prototype.d.ts
8 lines
(7 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@description
将 groupBy方法注入 Array 原型链 * *
@author
Libin
*
@date
2020-09-27 16:44 */
export
declare
const
addToProperty
:
() =>
void
;