@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
10 lines (9 loc) • 343 B
TypeScript
export declare function cleanBooleanAttribute(o: {
[key: string]: unknown;
}, key: string): boolean | undefined;
export declare function cleanIntegerAttribute(o: {
[key: string]: unknown;
}, key: string): number | undefined;
export declare function cleanXmlArtefacts(u: unknown, { recursive }?: {
recursive?: boolean;
}): unknown;