@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Function max

    • get the maximum between two numbers.

      this function is faster than Math.max as it uses the ternary conditional operator, which makes it highly JIT optimized.

      Parameters

      • v0: number
      • v1: number

      Returns number