@alphnsus/hello-world
v1.0.1
Published
A simple hello world npm package
Downloads
272
Readme
@alphnsus/hello-world
A simple hello world npm package.
Installation
npm install @alphnsus/hello-worldUsage
const helloWorld = require('@alphnsus/hello-world');
console.log(helloWorld()); // Hello, World!