UNPKG

@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) 440 B
import passthroughEmailAdapter from "./adapters/passthrough.mjs"; import isEmailSimulated from "./is-simulated.mjs"; import { destroyEmailAdapter, getInitializedEmailAdapter } from "./lifecycle.mjs"; //#region src/libs/email/index.d.ts declare const logScope: "email-adapter"; //#endregion export { destroyEmailAdapter, getInitializedEmailAdapter, isEmailSimulated, logScope, passthroughEmailAdapter }; //# sourceMappingURL=index.d.mts.map