Use async helpers in templates with engines that typically only handle sync helpers. Handlebars and Lodash have been tested.
Install with npm:
$ npm install --save async-helpers
Install with yarn:
$ yarn add async-helpers
var asyncHelpers = require('async-helpers');
Create a new instance of AsyncHelpers
Params
options
{Object}: options to pass to instancereturns
{Object}: new AsyncHelpers instance
Example