extra-lists
Advanced tools
Comparing version 2.0.81 to 2.0.82
@@ -236,3 +236,3 @@ declare module 'extra-lists' { | ||
s */ | ||
export function map<T, U, V>(x: Lists<T, U>, fm: mapFn<T, U, V>): Generator<never, any[][], unknown>; | ||
export function map<T, U, V>(x: Lists<T, U>, fm: mapFn<T, U, V>): any[][]; | ||
/** | ||
@@ -239,0 +239,0 @@ * Finds largest value. |
@@ -673,3 +673,3 @@ 'use strict'; | ||
} | ||
return [vs, ks]; | ||
return [ks, vs]; | ||
} | ||
@@ -1642,3 +1642,3 @@ | ||
function* map$1(x, fm) { | ||
function map$1(x, fm) { | ||
var ks = [], vs = []; | ||
@@ -1645,0 +1645,0 @@ for (var [k, v] of entries(x)) { |
{ | ||
"name": "extra-lists", | ||
"version": "2.0.81", | ||
"version": "2.0.82", | ||
"description": "Standard utility methods for Lists.<br>", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94184
9