Appearance
webshrine / stdlib/src / min
min<T>(numerable1, numerable2): T
T
numerable1
numerable2
Returns the minimal one of two numeric values, shortest of Lengthy, or smallest of Sized values/objects.
• T extends Lengthy | Sized | Numeric
Lengthy
Sized
Numeric
packages/stdlib/src/transformers/numerable.ts:55