mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
fix sugar/sugar.d.ts
This commit is contained in:
2
sugar/sugar.d.ts
vendored
2
sugar/sugar.d.ts
vendored
@@ -2569,7 +2569,7 @@ interface Array<T> {
|
||||
/**
|
||||
* @see max
|
||||
**/
|
||||
max<U>(map: (n: T) => U): T[];
|
||||
max<U>(map: (n: T) => U, all: boolean): T[];
|
||||
|
||||
/***
|
||||
* Returns the element in the array with the lowest value.
|
||||
|
||||
Reference in New Issue
Block a user