llmwire - v2.2.0
    Preparing search index...

    Function parseNDJSON

    • Newline-delimited JSON. Lines that do not parse are skipped (a cut-off tail on abort).

      Type Parameters

      • T = any

      Parameters

      • stream: AsyncIterable<string | Uint8Array>

      Returns AsyncGenerator<T, void, void>