mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 21:24:46 +00:00
10 lines
266 B
TypeScript
10 lines
266 B
TypeScript
// Narrow media store helpers for channel runtimes that do not need the full media runtime.
|
|
|
|
export {
|
|
readMediaBuffer,
|
|
resolveMediaBufferPath,
|
|
saveMediaBuffer,
|
|
saveMediaStream,
|
|
} from "../media/store.js";
|
|
export type { SavedMedia } from "../media/store.js";
|