megan-dewey
v0.1.3
Published
the npm package assigned for mad9124 ex1
Readme
this packages uses ES Modules, which means that you will need to import the default package in order to use it.
this package will let you pass your first name into a function that will introduce you to the console using console.log
this package uses 'megan' as the default firstName of the function.
example usage:
npm install megan-deweyand then in your script file.
import megan from 'megan-dewey';to have the console log your name, use:
megan.pkgFunc('yourFirstName');example:
megan.pkgFunc('Batman')would output the string 'I'm Batman'
(thank you to Prof3ssorSt3v3 for the readme.md template!)
