UNPKG

@tricoteuses/assemblee

Version:

Retrieve, clean up & handle French Assemblée nationale's open data

24 lines (23 loc) 486 B
export declare function parseTexte(assembleeUrl: string, page: string): { error: { code: number; message: string; }; html: string; page: string; subdivisions?: undefined; url?: undefined; } | { error: null; html: string; page: string; subdivisions: { id: string; type: string; niveau: number; niveauRelatif: number; titres: object[]; alineas: object[]; }[]; url: string; };