hurin
v1.0.1
Published
npm package go brrr
Readme
npm package
my first npm package
An NPM package that console log who hurin was when installed, imported and called.
To install run:
npm install hurinIn your JavaScript file import and call hello function like this:
import hurin from "hurin ";
hurin();*Note: You will need to use a bundler like Parcel or Webpack to import the package like this.
