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

    Function minLength

    • Returns the min length of the given arrays

      Parameters

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

        the arrays to check

      Returns number

      the min length of the given arrays

      David Hsing

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