Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.47
    Preparing search index...

    PapaParse interface for CSV parsing.

    interface PapaParseStatic {
    ย ย ย ย parse<T = string[]>(
    ย ย ย ย ย ย ย ย input: string,
    ย ย ย ย ย ย ย ย config?: Record<string, unknown>,
    ย ย ย ย ): PapaParseResult<T>;
    }
    Index