UNPKG
npmtecno
Version:
latest (1.0.0)
1.0.0
npmtecno
/
src
/
index.js
5 lines
(4 loc)
•
72 B
JavaScript
View Raw
1
2
3
4
5
function
testA
(argument)
{
return
argument; }
module
.
exports
= testA;