UNPKG

mj-script

Version:
5 lines (4 loc) 83 B
const Logger = async (ctx, next) => { await next(); } module.exports = Logger;