1.0.3 • Published 6 years ago

nodemoduletestvoids v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

nodeModuleTestVoids

this is a test node module, i wouldnt advise using it anywhere :P

npm i nodemoduletestvoids

Use

You can use node repl to test the functionality.

var area = require('./index.js');

Code

This code basically takes 2 numbers and computes them with a function located within the index.js

function(width, height) { return width * height; }

Support or Contact

Feel free to contact me on v4void@gmail.com for any additional information.

1.0.3

6 years ago

1.0.2

6 years ago