UNPKG

hello-bella

Version:

A simple app to help me better understand publishing to NPM. It doesn't really do anything, just a test.

5 lines (3 loc) 111 B
const {greeting} = require('./index.js'); // console.log( greeting ); console.log( greeting('bella', 'am') );