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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T22:56:09.000Z (about 7 years ago)
- Last Synced: 2025-01-14T11:14:47.555Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/sa-first-module
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sa-first-module
First NPM ModuleOnly multiple two numbers :)
```js
var safm = require('sa-first-module');console.log(safm(2,5));
//Should return expected 10
```