test: speed provider retry imports

This commit is contained in:
Peter Steinberger
2026-04-11 02:35:55 +01:00
parent 25f56eb317
commit 69244f837f
8 changed files with 32 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
// Narrow media MIME helper surface for plugins that do not need the full media runtime.
export {
detectMime,
extensionForMime,
getFileExtension,
normalizeMimeType,
} from "../media/mime.js";