UNPKG

patternpack

Version:

Build and Document Your Interface. Then Share the Code.

8 lines (6 loc) 195 B
module.exports.register = function (Handlebars, options, params) { "use strict"; Handlebars.registerHelper("themeassets", function () { return this.assets + "/../theme-assets"; }); };