Created
March 29, 2018 11:06
-
-
Save julrich/3bbef9bd8af9fabd78f54caa25ee5d6c to your computer and use it in GitHub Desktop.
@pattern-lab/engine-handlebars Custom Handlebars configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function (Handlebars) { | |
Handlebars.registerHelper('choose', function (a, b) { return a || b; }); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment