added Map.groupBy
This commit is contained in:
5
src/polyfill.ts
Normal file
5
src/polyfill.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
/// reference <../types/polyfill.d.ts>
|
||||
|
||||
import groupBy from '@/util';
|
||||
|
||||
Map.groupBy = groupBy;
|
||||
Reference in New Issue
Block a user