UNPKG
ecto1
Version:
latest (0.0.1)
0.0.1
I ain't afraid of no ghosts!
github.com/jhiner/ecto1
jhiner/ecto1
ecto1
/
index.js
5 lines
(4 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
const
GHOSTS_MESSAGE
=
'I ain\'t afraid of no ghosts!'
;
module
.
exports
= function
ghosts
()
{
return
GHOSTS_MESSAGE; }