1.1.0 • Published 4 years ago
sayhey v1.1.0
SayHey · [
]
Installing
Using npm:
$ npm install sayhey
Example
const sayhey = require("sayhey");
Log greet message to console
const sayhey = require("sayhey");
// Greet Bella
console.log(sayhey("Bella"));