UNPKG

learnyounode

Version:

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

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