UNPKG

astro

Version:

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

8 lines (7 loc) 139 B
const NOOP_MIDDLEWARE_FN = async (_ctx, next) => { const response = await next(); return response; }; export { NOOP_MIDDLEWARE_FN };