cb3ffc086c
This reverts commit e73c68fc01
.
5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
const helloWorld = function() {
|
|
return ''
|
|
}
|
|
|
|
module.exports = helloWorld
|