UNPKG

learnyounode

Version:

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.

5 lines (4 loc) 101 B
function finish (ctx) { ctx.requires = Object.keys(require.cache) } module.exports.finish = finish