Client
Template.registerHelper(name, function)
import { Template } from 'meteor/templating'
Source Defines a helper function which can be used from all templates.
Arguments
- name String
-
The name of the helper function you are defining.
- function Function
-
The helper function itself.
Please login to continue.