UNPKG

requirejs-dustjs

Version:

A requirejs plugin for loading and compiling dustjs templates.

11 lines (9 loc) 159 B
define("three", { name: "three" }); define("four", ["three"], function (three) { return { name: "four", threeName: "three" }; });