UNPKG

@keadex/mina-live

Version:

Web porting of the Keadex Mina application.

3 lines (2 loc) 145 B
import { NextRequest, NextResponse } from 'next/server'; export declare function minaMiddleware(req: NextRequest): NextResponse<unknown> | void;