catdad/gulp-obfuscator-wrapper

View on GitHub
fixtures/root/included.js

Summary

Maintainability
A
0 mins
Test Coverage
/* jshint node: true */

var anotherFile = require('./sub/another-file.js');

module.exports = function() {
    return anotherFile();
};