@flock/kotlin-ts
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -362,3 +362,3 @@ import { Sequence } from "@flock/kotlin-ts/Sequence"; | ||
*/ | ||
export declare const groupBy: <T, K, V>(self: Iterable<T>, keySelector: (it: T) => K, valueTransform?: (it: T) => V) => Map<K, V[]>; | ||
export declare const groupBy: <T, K, V = T>(self: Iterable<T>, keySelector: (it: T) => K, valueTransform?: (it: T) => V) => Map<K, V[]>; | ||
/** | ||
@@ -365,0 +365,0 @@ * Groups values returned by the [valueTransform] function applied to each element of the original collection |
@@ -362,3 +362,3 @@ import { Sequence } from "@flock/kotlin-ts/Sequence"; | ||
*/ | ||
export declare const groupBy: <T, K, V>(self: Iterable<T>, keySelector: (it: T) => K, valueTransform?: (it: T) => V) => Map<K, V[]>; | ||
export declare const groupBy: <T, K, V = T>(self: Iterable<T>, keySelector: (it: T) => K, valueTransform?: (it: T) => V) => Map<K, V[]>; | ||
/** | ||
@@ -365,0 +365,0 @@ * Groups values returned by the [valueTransform] function applied to each element of the original collection |
{ | ||
"name": "@flock/kotlin-ts", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"author": "Kasper Peulen", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
236335