mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 04:10:24 +00:00
test: speed provider retry imports
This commit is contained in:
8
src/plugin-sdk/media-mime.ts
Normal file
8
src/plugin-sdk/media-mime.ts
Normal 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";
|
||||
Reference in New Issue
Block a user