UNPKG

112 BJavaScriptView Raw
1'use strict'
2
3module.exports = {
4 authn: require('./authn'),
5 accounts: require('./accounts/user-accounts')
6}