Appearance
webshrine / stdlib/src / max
max<T>(numerable1, numerable2): T
T
numerable1
numerable2
Returns the maximal one of two numeric values, longest of Lengthy, or biggest of Sized values/objects.
• T extends Lengthy | Sized | Numeric
Lengthy
Sized
Numeric
packages/stdlib/src/transformers/numerable.ts:91