@mend-eicar/hello-world
v1.0.2
Published
A simple test package that returns the `Hello world` string once you install it.
Downloads
584
Readme
Hello World
A package that returns the Hello world
string once you install it.
Usage
const { helloWorld } = require("@mend-eicar/hello-world")
console.log(helloWorld());