UNPKG
@next-cors/next-connect
Version:
beta (0.1.0-beta.0)
latest (0.1.0-beta.0)
0.1.0-beta.0
next-cors middleware for next-connect
github.com/yonycalsin/nextjs-cors
yonycalsin/nextjs-cors
@next-cors/next-connect
/
dist
/
index.d.ts
7 lines
(5 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
function
nextCors
(
):
(
req
:
any
,
res
:
any
,
next
:
any
) =>
Promise
<
void
>;
declare
const
_default
: {
nextCors
:
typeof
nextCors; };
export
{ _default
as
default
};