EU Parliament Monitor — API Documentation - v0.9.24
    Preparing search index...
    • Remove an article ID from every key's list in a lookup map. Cleans up empty arrays left behind. Skips dangerous keys (__proto__, constructor, prototype) to prevent prototype pollution.

      Parameters

      • map: Record<string, string[]>

        Lookup map (actor/domain/procedure → article IDs)

      • keys: readonly string[]

        Keys to remove the article ID from

      • articleId: string

        Article ID to remove

      Returns void