UNPKG
iopa-template-handlebars
Version:
latest (0.9.3)
0.9.3
0.9.2
0.9.1
Handlebars Template Engine for the IOPA Stack for Node.js
iopa.io
iopa-io/iopa-template-handlebars
iopa-template-handlebars
/
test
/
advanced
/
lib
/
helpers.js
6 lines
(4 loc)
•
80 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
exports
.
yell
=
function
(
msg
) {
return
msg.
toUpperCase
(); };