Overview
Recitals are the numbered “whereas” clauses that precede the operative articles of an EU regulation. They provide legislative context and interpretation guidance but are not themselves legally binding obligations. Each recital belongs to one framework.Methods
list()
Returns a page of recital summaries for a framework.
Returns
Promise<Page<Recital>>
get()
Fetch a single recital by its number.
Returns
Promise<Recital>
iter()
Iterate over all recitals in a framework.
list() (except page, which is managed internally).
Returns AsyncGenerator<Recital>
