UNPKG

@ffsm/napi

Version:

Napi - A framework using with Next.js for building APIs.

8 lines (7 loc) 267 B
export declare const NativeResponse: { new (body?: BodyInit | null, init?: ResponseInit): Response; prototype: Response; error(): Response; json(data: any, init?: ResponseInit): Response; redirect(url: string | URL, status?: number): Response; };