UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

11 lines (10 loc) 444 B
import { LucidHonoContext } from "../../../types/hono.mjs"; import { ServiceContext } from "../../../utils/services/types.mjs"; //#region src/libs/http/utils/create-service-context.d.ts /** * A helper to build the service context from a Hono context. */ declare const createServiceContext: (c: LucidHonoContext) => ServiceContext; //#endregion export { createServiceContext as default }; //# sourceMappingURL=create-service-context.d.mts.map