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.js
7 lines
(6 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
koacors
from
'@koa/cors'
;
export
default
function
setup
(
option
) {
return
function
cors
(
setup
) { setup.
middleware
(
koacors
(option)); }; }