Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Created September 17, 2018 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamigibbs/4494dfd6fca93e9f44af3f11642ff990 to your computer and use it in GitHub Desktop.
Save jamigibbs/4494dfd6fca93e9f44af3f11642ff990 to your computer and use it in GitHub Desktop.
{{checkType (prod)}}
Handlebars.registerHelper('checkType', (val) => {
console.log(val, '-->', typeof val)
}
// false --> boolean
// true --> boolean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment