UNPKG
merron
Version:
latest (0.0.2)
0.0.2
0.0.1
Javascript
github.com/By-Meteora/Atoms
By-Meteora/Atoms
merron
/
index.js
7 lines
(4 loc)
•
73 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
Merron
()
{
return
'Hello merron'
}
module
.
exports
= Merron;