UNPKG

@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) 307 B
import { LucidHonoGeneric } from "../../../types/hono.mjs"; //#region src/libs/http/middleware/validate-csrf.d.ts declare const validateCSRF: import("hono").MiddlewareHandler<LucidHonoGeneric, any, {}, Response>; //#endregion export { validateCSRF as default }; //# sourceMappingURL=validate-csrf.d.mts.map