UNPKG

@next-cors/next-connect

Version:

next-cors middleware for next-connect

7 lines (5 loc) 172 B
declare function nextCors(): (req: any, res: any, next: any) => Promise<void>; declare const _default: { nextCors: typeof nextCors; }; export { _default as default };