1.0.5 • Published 1 year ago
@nealh/nealhamacher-npm-package-trial v1.0.5
Project Title
Trial run creating and publishing an npm package
Purpose
**Beware: This library was published for learning purposes. It is not intended for production-grade software.
Usage
Install it:npm install nealhamacher/nealhamacher-npm-package-trial
Require it:const _ = require('nealhamacher/nealhamacher-npm-package-trial)
Call it:const results = square(number)
Documentation
The following functions are currently implemented:
square(number) -> squares a number
times2(number) -> multiplies a number by 2