UNPKG

hello-saumya

Version:

Demo Code to learn how to publish npm package

6 lines (5 loc) 136 B
const helloSaumya = () => { console.log("Let's see if this works :)") return "Hello Saumya" } module.exports = helloSaumya