UNPKG

requirejs-handlebars

Version:

Simple Handlebars plugin for RequireJS.

8 lines (7 loc) 152 B
define(['two', 'three'], function (two, three) { return { name: 'four', twoName: two.name, threeName: three.name }; });