UNPKG

compile-hook

Version:

a tiny, dummy way to add a hook to the Module.prototype._compile method

4 lines (3 loc) 82 B
'use strict'; module.exports.action = (x) => x + 1; module.exports.number = 1515;