/** * CSRF handler — validates CSRF tokens on incoming requests. * * @module security/http/csrf */ export { CsrfHandler } from "./csrf-handler.js"; //# sourceMappingURL=index.d.ts.map