f_
Async and modular application development made easy.
Install
npm install f_
Use
const f_ = require('f_');
const task_list = f_.getConstructor({
function_flow: [
{
name: 'method1',
function: () => this.f_next()
},
{
name: 'method2',
function: () => this.f_next()
}
]
});
For more information, check out the full documentation here or the documentation generated by JSDoc here.