UNPKG

geovaunie_pkg_testv1

Version:

This is my first NPM Package. It is a test for R&D.

7 lines (6 loc) 153 B
console.log("Hi there! Welcome to my first NPM Package."); module.exports = { greeting: () => { console.log('How are you?'); }, };