{"version":3,"file":"is-processed-image-key.mjs","names":[],"sources":["../../../src/utils/media/is-processed-image-key.ts"],"sourcesContent":["import { getMediaKeyParts } from \"./media-key-tenant.js\";\nimport normalizeMediaKey from \"./normalize-media-key.js\";\n\n/**\n * Determines if the key is a processed image key within its media scope.\n */\nconst isProcessedImageKey = (key: string): boolean => {\n\treturn getMediaKeyParts(normalizeMediaKey(key)).isProcessed;\n};\n\nexport default isProcessedImageKey;\n"],"mappings":"mGAMA,MAAM,EAAuB,GACrB,EAAiB,EAAkB,CAAG,CAAC,CAAC,CAAC"}