node-fn
v0.0.1
Published
Daily usage Helper Functions for Node.js
Downloads
3
Maintainers
Readme
Node fn
Daily usage helper Functions for Node.js
Installation
The latest version is available at: https://www.npmjs.com/package/node-fn
Use your favorite package manager to install. For instance:
yarn add node-fn
Then import it:
import fn from 'node-fn'
Or, for commonjs:
const fn = require('node-fn')
Testing
Run the test suit with yarn test
.
Contributing
If you want to contribute in any of theses ways:
- Give your ideas or feedback
- Question something
- Point out a problem or issue
- Enhance the code or its documentation
- Help in any other way
You can (and should) open an issue or even a pull request!
Thanks for your interest in contributing to this repo!
Author
Luiz Felipe Zarco ([email protected])
License
This code is licensed under the MIT License. See the LICENSE.md file for more info.