@ladjs/state-helper
v3.0.1
Published
State helper for Lad
Downloads
115
Readme
state-helper
State helper for Lad
Table of Contents
Install
npm:
npm install state-helper
Usage
const StateHelper = require('@ladjs/state-helper');
const stateHelper = new StateHelper({
// ...
});
// ..
// add dynamic view helpers
app.use(stateHelper.middleware);
Contributors
| Name | Website | | -------------- | -------------------------- | | Nick Baugh | http://niftylettuce.com/ |