5 lines
73 B
JavaScript
5 lines
73 B
JavaScript
let helloWorld = function() {
|
|
return ''
|
|
}
|
|
|
|
module.exports = helloWorld
|