dqcore
v1.0.0
Published
A simple JavaScript core utility library
Maintainers
Readme
dqcore
A simple JavaScript core utility library that provides basic functionality.
Installation
npm install dqcoreUsage
const dqcore = require('dqcore');
console.log(dqcore.helloWorld()); // Outputs: Hello World!API
helloWorld()
Returns a greeting message.
const greeting = dqcore.helloWorld();
console.log(greeting); // Hello World!License
MIT License - see the LICENSE file for details.
