UNPKG
is-rajat
Version:
latest (0.1.1)
0.1.1
0.1.0
just a testing npm package. it just return true if its me otherwise false.
is-rajat
/
index.js
6 lines
(4 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
5
6
function
isRajat
(str)
{
return
str ===
'rajat'
; }
module
.
exports
= isRajat;