@opencreek/ext
Advanced tools
Comparing version 1.4.0 to 1.5.0--canary.7.101107db530869a8abcb875a9a93cfe23737b636.0
@@ -83,2 +83,4 @@ declare type PairSplit<T> = T extends [infer F, infer L] ? [F[], L[]] : never; | ||
minOf(selector: (el: T) => number): number | undefined; | ||
minOf(selector: (el: T) => string): string | undefined; | ||
minOf(selector: (el: T) => Date): Date | undefined; | ||
minWith(comparator: (a: T, b: T) => number): T | undefined; | ||
@@ -85,0 +87,0 @@ partition(predicate: (el: T) => boolean): [T[], T[]]; |
{ | ||
"name": "@opencreek/ext", | ||
"version": "1.4.0", | ||
"version": "1.5.0--canary.7.101107db530869a8abcb875a9a93cfe23737b636.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -151,2 +151,4 @@ import * as collections from "@opencreek/deno-std-collections" | ||
minOf(selector: (el: T) => number): number | undefined | ||
minOf(selector: (el: T) => string): string | undefined | ||
minOf(selector: (el: T) => Date): Date | undefined | ||
minWith(comparator: (a: T, b: T) => number): T | undefined | ||
@@ -153,0 +155,0 @@ partition(predicate: (el: T) => boolean): [T[], T[]] |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
44401
650
2