Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

handlebars custom helper

Handlebars.registerHelper("noop", function(options) {
  return options.fn(this);
});
Source by handlebarsjs.com #
 
PREVIOUS NEXT
Tagged: #handlebars #custom #helper
ADD COMMENT
Topic
Name
5+3 =