UNPKG

@tricoteuses/senat

Version:

Handle French Sénat's open data

3 lines (2 loc) 145 B
import { AgendaEvent } from "../types/agenda"; export declare function parseAgendaFromFile(htmlFilePath: string): Promise<AgendaEvent[] | null>;