Files
30-seconds-of-code/node_modules/null-loader/index.js
2019-08-20 15:52:05 +02:00

8 lines
177 B
JavaScript

module.exports = function() {
this.cacheable();
return "// empty (null-loader)";
};
module.exports.pitch = function() {
this.cacheable();
return "// empty (null-loader)";
};