mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix sugar/sugar.d.ts
This commit is contained in:
parent
a0c7326729
commit
2df6fc7078
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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user