refactor: move project to frontend directory
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
declare interface MapConstructor {
|
||||
groupBy<K, V>(arr: V[], fn: (v: V) => K): Map<K, V[]>;
|
||||
}
|
||||
Reference in New Issue
Block a user