An open API service indexing awesome lists of open source software.

https://github.com/serkanalgur/sa-first-module

First NPM Module
https://github.com/serkanalgur/sa-first-module

Last synced: 3 months ago
JSON representation

First NPM Module

Awesome Lists containing this project

README

        

# sa-first-module
First NPM Module

Only multiple two numbers :)

```js
var safm = require('sa-first-module');

console.log(safm(2,5));

//Should return expected 10
```