UNPKG

requirejs-dustjs

Version:

A requirejs plugin for loading and compiling dustjs templates.

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