cafe-utility
Advanced tools
Comparing version 23.10.0 to 23.11.0
@@ -481,2 +481,3 @@ type Indexable = number | string; | ||
declare function multicall(functions: (() => void)[]): () => void; | ||
declare function maxBy<T>(array: T[], fn: (item: T) => number): T; | ||
declare function findInstance<T, K extends T>(array: T[], type: Newable<K>): Optional<K>; | ||
@@ -652,2 +653,3 @@ declare function filterInstances<T, K extends T>(array: T[], type: Newable<K>): K[]; | ||
multicall: typeof multicall; | ||
maxBy: typeof maxBy; | ||
}; | ||
@@ -654,0 +656,0 @@ export declare const System: { |
{ | ||
"name": "cafe-utility", | ||
"version": "23.10.0", | ||
"version": "23.11.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
127249
3722