UNPKG
frtz-core
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.0
this is the core used in the frtz cli
github.com/vaaski/frtz-core
vaaski/frtz-core
frtz-core
/
index.js
8 lines
(6 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
auth =
require
(
"./src/auth"
)
const
network =
require
(
"./src/network"
)
module
.
exports
= { auth, network, }