UNPKG

frtz-core

Version:

this is the core used in the frtz cli

8 lines (6 loc) 124 B
const auth = require("./src/auth") const network = require("./src/network") module.exports = { auth, network, }