Package Exports
- express-dynamic-helpers-patch
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (express-dynamic-helpers-patch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
express-dynamic-helpers-patch
Dynamic helpers monkey patch for express 3.x and 4.x
How to install?
npm install express-dynamic-helpers-patch --save
How to use It?
require('express-dynamic-helpers-patch')(app);
// and now You can use 2.x express dynamicHelpers
app.dynamicHelpers({
user: function (req, res) {
...
}
});
License: MIT