UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

11 lines (9 loc) 143 B
define("one", { name: "one" }); define("two", ["one"], function(one){ return { name: "two", oneName: "one" }; });