UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

8 lines (7 loc) 241 B
import type { MiddlewareHandler } from '../../types/public/common.js'; /** * Returns a middleware function in charge to check the `origin` header. * * @private */ export declare function createOriginCheckMiddleware(): MiddlewareHandler;