test-hopl-lib
v1.0.0
Published
A simple library that exports a helloWorld function
Readme
test-hopl-lib
A simple library that exports a helloWorld function.
Installation
npm install test-hopl-libUsage
const { helloWorld } = require('test-hopl-lib');
console.log(helloWorld()); // Output: Hello, WorldLicense
This project is licensed under the HOPL License - see the LICENSE file for details.
