UNPKG

next-actuator

Version:

A fully composable actuator implementation for Next.js projects

4 lines (3 loc) 221 B
import type { NextRequest } from 'next/server'; import type { NextActuatorConfig } from '../types/next-actuator-config'; export declare const handleInfo: (_: NextRequest, config: NextActuatorConfig) => Promise<Response>;