UNPKG

@tricoteuses/assemblee

Version:

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

10 lines (9 loc) 336 B
import { ReunionClean as Reunion } from '../schemas/clean/agendas.js'; type CommonOptions = { dataDir?: string; legislature: number; verbose?: boolean; "only-recent"?: number; }; export declare function downloadAndParseVideos(reunion: Reunion, datasetCleanDir: string, options: CommonOptions): Promise<void>; export {};