UNPKG

iopa-template-handlebars

Version:

Handlebars Template Engine for the IOPA Stack for Node.js

6 lines (4 loc) 80 B
'use strict'; exports.yell = function (msg) { return msg.toUpperCase(); };