hello-coders-pkg
v1.0.6
Published
A simple hello coders package
Downloads
22
Readme
hello-coders-pkg
A simple npm package that says "Hello, coders!" 🌍
Installation
npm install hello-coders-pkg
# or
yarn add hello-coders-pkgUsage
import hello from "your-package-name";
console.log(hello()); // Hello, world!