UNPKG

253 BJavaScriptView Raw
1/*
2 MIT License http://www.opensource.org/licenses/mit-license.php
3 Author Tobias Koppers @sokra
4*/
5module.exports = function() {
6 var args = Array.prototype.slice(arguments);
7 args = args.join("");
8 return "module.exports = " + JSON.stringify(args);
9}