UNPKG

requirejs-handlebars

Version:

Simple Handlebars plugin for RequireJS.

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