UNPKG
array-grouping
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
array grouping function by TS. 这个名字被迫这样,因为array-group被占用了...
a951055/array-grouping
array-grouping
/
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
;