b2f2211321
This reverts commit61338e0ca0
, reversing changes made tob9983073cc
.
5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
const helloWorld = function() {
|
|
return ''
|
|
}
|
|
|
|
module.exports = helloWorld
|