1.0.1 • Published 3 years ago
@joelcolucci/greet v1.0.1
greet
Say hello!
Installation
npm i @joelcolucci/greetGetting Started
const { greet } = require('@joelcolucci/greet');
greet('joel'); // Outputs "hello joel"Say hello!
npm i @joelcolucci/greetconst { greet } = require('@joelcolucci/greet');
greet('joel'); // Outputs "hello joel"