@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
7 lines (6 loc) • 335 B
text/typescript
import { LucidHonoGeneric } from "../../../types/hono.mjs";
//#region src/libs/http/middleware/client-authenticate.d.ts
declare const clientAuthentication: import("hono").MiddlewareHandler<LucidHonoGeneric, any, {}, Response>;
//#endregion
export { clientAuthentication as default };
//# sourceMappingURL=client-authenticate.d.mts.map