Licence
MIT
Version
1.0.2
Deps
0
Size
12 kB
Vulns
0
Weekly
0
my_first_npm_package
Says hello!
Install
$ npm install @romankuepper/my_first_npm_package
Usage
const hello = require("@romankuepper/my_first_npm_package");
hello("roman");
//=> "Hello roman"