UNPKG

can

Version:

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

13 lines (12 loc) 217 B
define("two", ["require", "one"], function(require, one){ return { size: "small", color: "redtwo", doSomething: function(){ return require("one").doSomething(); } }; } );