๐ Hello World NPM Library by BlazingWorks, acts as a boilerplate for future libraries
npm install @blazingworks/helloworld
yarn add @blazingworks/helloworld
import { helloWorld } from "@blazingworks/helloworld";
console.log(helloWorld());
// or
console.log(helloWorld("Nagi Aoe"));
const { helloWorld } = require("@blazingworks/helloworld");
console.log(helloWorld());
// or
console.log(helloWorld("Reiji Kurose"));
- For general issues/questions, open an issue
- For security issues, please email [email protected]
- For important questions, please email [email protected]
As this is an open-source project, support is limited. Please use GitHub Issues for community support or contact [email protected] for very important matters.
โน๏ธ All code in this repository is licensed under the MIT License.