Function _eachLinePrivate

  • Private

    Process a complete buffer of iCalendar/vCard data line by line, correctly unfolding content. Each line will be processed with the given callback

    Parameters

    • buffer: string

      The buffer to process

    • callback: ((a, b) => void)

      The callback for each line

        • (a, b): void
        • Parameters

          • a: null | string
          • b: string

          Returns void

    Returns void

    Function

    ICAL.parse._eachLine

Generated using TypeDoc