initial commit
This commit is contained in:
7
node_modules/preprocess/test/lib/hello.js
generated
vendored
Normal file
7
node_modules/preprocess/test/lib/hello.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function hello() {
|
||||
var names = Array.prototype.slice.call(arguments);
|
||||
|
||||
return 'Hello ' + names.join() + '!';
|
||||
};
|
||||
Reference in New Issue
Block a user