1.0.2 • Published 3 years ago
henlo-n-byee v1.0.2
Greetings and Byes
Installing
$ npm i henlo-n-byeHow to use:
const { henlo, bye } = require('henlo-n-bye');
henlo();
// 'Hello, world!'
bye();
// 'Bye, world!'$ npm i henlo-n-byeconst { henlo, bye } = require('henlo-n-bye');
henlo();
// 'Hello, world!'
bye();
// 'Bye, world!'