fable-core
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -262,3 +262,3 @@ declare const FSymbol: any; | ||
static forAll2<T1, T2>(f: (x: T1, y: T2) => boolean, xs: Iterable<T1>, ys: Iterable<T2>): boolean; | ||
static groupBy<T, K>(f: (x: T) => K, xs: Iterable<T>): Map<K, Iterable<T>>; | ||
static groupBy<T, K>(f: (x: T) => K, xs: Iterable<T>): Iterable<[K, Iterable<T>]>; | ||
static tryHead<T>(xs: Iterable<T>): T; | ||
@@ -265,0 +265,0 @@ static head<T>(xs: Iterable<T>): T; |
{ | ||
"name": "fable-core", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Fable core lib & bindings for native JS objects, browser and node APIs", | ||
@@ -5,0 +5,0 @@ "main": "fable-core.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
4795605