UNPKG

naystack

Version:

A stack built with tight Next + Drizzle + GraphQL

7 lines (4 loc) 225 B
import { NextResponse } from 'next/server'; import { ErrorHandler } from '../types.mjs'; declare function handleError(status: number, message: string, onError?: ErrorHandler): NextResponse<unknown>; export { handleError };