• Helper function for serializing an array of quads, with as result a Readable object.

    Returns

    The Readable object.

    Parameters

    • quads: Quad[]

      The array of quads.

    • Optional contentType: string

      The content-type to serialize to.

    Returns Guarded<Readable>