Notion Helper - v1.3.29
    Preparing search index...

    Function getLongestArray

    • Gets the length of the longest array within a nested block array.

      Parameters

      • arr: Object[]

        The array to check

      • count: number = 0

        The length of the array one level up from the array being checked, or 0 if this is the initial call of the function

      Returns number