Interface Array<T>

Type Parameters

  • T

Hierarchy

  • Array

Methods

Methods

  • Returns the minimum value from an array of strings. If the array is empty, the result is undefined.

    The minimum value is calculated with lexical order.

    Parameters

    • this: readonly string[]

    Returns undefined | string

  • Returns the minimum value from an array of numbers. If the array is empty, the result is undefined.

    Parameters

    • this: readonly number[]

    Returns undefined | number

Generated using TypeDoc