Handlebars helper for strict equality comparison
npm install handlebars-helper-strict-equalA [Handlebars][] helper for strict equality comparison.
[![Build Status][build-badge]][build-status]
Install using npm:
$ npm install handlebars-helper-strict-equal
helpers.js
Example helpers file that requires in Handlebars and registers the strict-equal
helper under the name "equal".
``js
var Handlebars = require('handlebars');
Handlebars.registerHelper('equal', require('handlebars-helper-strict-equal'));
`
templates/example.handlebars
Example template file that makes use of the strict-equal helper.
```
MIT
[Handlebars]: http://handlebarsjs.com/
[build-badge]: https://img.shields.io/travis/jimf/handlebars-helper-strict-equal/master.svg
[build-status]: https://travis-ci.org/jimf/handlebars-helper-strict-equal