UNPKG

@playerberry/midguard

Version:
9 lines (5 loc) 157 B
'use strict'; const Jailor = require('./jailor'); const Verifyer = require('./verifyer'); const MidGuard = [Jailor, Verifyer]; module.exports = MidGuard;