All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.bower.lib.templates.helpers.sum.js Maven / Gradle / Ivy

function sum(Handlebars) {
    Handlebars.registerHelper('sum', function (val1, val2) {
        return val1 + val2;
    });
}

module.exports = sum;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy