5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
const helloWorld = function() {
|
|
return ''
|
|
}
|
|
|
|
module.exports = helloWorld;
|