require("ifCondHelper")() → {function}
Handlebars condition helper
- Source:
Requires:
- module:handlebars
Returns:
isEqualFn
- Type
- function
- Source:
Methods
-
isEqualFn(a1, a2, options)
-
Provides extended condition logic for HBS templates
Parameters:
Name Type Description a1* 1st cond argument a2* 2nd cond argument optionsObject HBS context - Source: