UNPKG

hello-npm-karthik

Version:
5 lines (4 loc) 83 B
function helloNpm() { return "hello NPM" } module.exports = helloNpm