@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
9 lines (8 loc) • 574 B
text/typescript
import { destroyMediaAdapter, getInitializedMediaAdapter } from "./lifecycle.mjs";
import { splitBodyForProcessing, toNodeReadable } from "./normalize-body.mjs";
import { createSignedMediaToken, createSignedMediaUrl, validateSignedMediaUrl } from "./signed-url.mjs";
//#region src/libs/media/index.d.ts
declare const logScope: "media-adapter";
//#endregion
export { createSignedMediaToken, createSignedMediaUrl, destroyMediaAdapter, getInitializedMediaAdapter, logScope, splitBodyForProcessing, toNodeReadable, validateSignedMediaUrl };
//# sourceMappingURL=index.d.mts.map