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
- Host: GitHub
- URL: https://github.com/serkanalgur/sa-first-module
- Owner: serkanalgur
- License: gpl-3.0
- Created: 2018-03-08T22:19:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T22:56:09.000Z (over 7 years ago)
- Last Synced: 2025-06-03T21:40:15.566Z (5 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/sa-first-module
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```