Skip to content

v4void/nodeModuleTestVoids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

testing creation of my own node module for angular

Resources

License

Stars

Watchers

Forks

Packages

No packages published