1.0.0 • Published 2 years ago
return-name-package v1.0.0
About
This is a test application that returns a simple string(name) when function called. It will be used as a first test to publishing to npm repositories
Language
Vanila js has been used to create returnname
function
params
The function takes no argument.
return
The function returns a simple string(name) upon requiring and calling the stated function
How to
Run the following command to initialize project as npm project npm init
Then install the package using npm i returnname
On your file just require using const returnname = require('returnname')
1.0.0
2 years ago