Member Junction
    Preparing search index...

    Variable IMAGE_MIME_EXTENSION_MAPConst

    IMAGE_MIME_EXTENSION_MAP: Readonly<Record<string, string>> = ...

    Lookup table for synthesizing a download filename when the artifact version has no FileName set. Covers the MIME types declared by the seed Image artifact type (image/*); anything not listed falls back to img.

    Exported so the unit test can assert the mapping without instantiating an Angular component (the package's vitest config uses the node environment).