• Helper function to convert a Readable into an array of quads.

    Returns

    A promise containing the array of quads.

    Parameters

    • readable: Guarded<Readable>

      The readable object.

    • options: ParserOptions = {}

      Options for the parser.

    Returns Promise<Quad[]>