require-middleware
Version:
Inject middleware into require calls before they hit the cache, file system, or native modules
1 lines • 63 B
JavaScript
exports = module.exports = require('./lib/require-middleware');
Inject middleware into require calls before they hit the cache, file system, or native modules