UNPKG

@tricoteuses/assemblee

Version:

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

10 lines (9 loc) 306 B
export declare function cleanBooleanAttribute(o: { [key: string]: any; }, key: string): boolean | undefined; export declare function cleanIntegerAttribute(o: { [key: string]: any; }, key: string): number | undefined; export declare function cleanXmlArtefacts(o: { [key: string]: any; }): void;