@yookue/ts-lang-utils
    Preparing search index...

    Function maxLength

    • Returns the max length of the given arrays

      Parameters

      • ...arrays: (any[] | readonly any[])[]

        the arrays to check

      Returns number

      the max length of the given arrays

      David Hsing

      maxLength(['foo', 'bar'], [1, 2, 3]);    // 3