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