UNPKG
flightworker-atk-auth
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
## 中间件部署
flightworker-atk-auth
/
index.js
5 lines
(3 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
const
Core
=
require
(
'./lib/core'
)
exports
=
module
.
exports
=
opt
=>
new
Core
(opt)