UNPKG
@zenweb/cors
Version:
latest (5.1.0)
5.1.0
5.0.1
5.0.0
4.0.0
2.4.0
2.3.0
2.1.1
2.1.0
2.0.0
1.1.0
1.0.0
zenweb cors module
github.com/yefei/zenweb-cors
yefei/zenweb-cors
@zenweb/cors
/
dist
/
index.d.ts
6 lines
(5 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Options
}
from
'@koa/cors'
;
import
{
SetupFunction
}
from
'@zenweb/core'
;
export
interface
CorsOption
extends
Options
{ }
export
default
function
setup
(
option?: CorsOption
):
SetupFunction
;