UNPKG

naystack

Version:

A stack built with tight Next + Drizzle + GraphQL

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