UNPKG
mytestanubhav
Version:
latest (1.0.0)
1.0.0
this is a test package
github.com/Smalsusanu1/PackageRepo
Smalsusanu1/PackageRepo
mytestanubhav
/
index.js
5 lines
(4 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
5
function
anubhav
(string)
{
return
string
===
"Anubhav"
}
module
.exports = anubhav