express3-dynamic-helpers-patch

Dynamic helpers monkey patch for express 3

Usage no npm install needed!

<script type="module">
  import express3DynamicHelpersPatch from 'https://cdn.skypack.dev/express3-dynamic-helpers-patch';
</script>

README

express3-dynamic-helpers-patch

Dynamic helpers monkey patch for express 3.x

How to install?

  npm install express3-dynamic-helpers-patch --save

How to use It?

  require('express3-dynamic-helpers-patch')(app);
  // and now You can use 2.x express dynamicHelpers
  app.dynamicHelpers({
    user: function (req, res) {
      ...
    }
  });

License: MIT