UNPKG

is-rajat

Version:

just a testing npm package. it just return true if its me otherwise false.

6 lines (4 loc) 84 B
function isRajat(str) { return str === 'rajat'; } module.exports = isRajat;