@abhinav-dev/first_npm_lib
v1.0.0
Published
My first npm library for learning open source.
Downloads
12
Maintainers
Readme
my-first-npm-lib
A tiny npm library I’m building to learn open source.
Usage
const { hello } = require("./index");
console.log(hello("Abhinav"));