UNPKG

can

Version:

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

14 lines (13 loc) 187 B
define("dos", ["tres"], function(tres){ return { name: "dos", doSomething: function(){ return { tresName: tres.name }; } }; } );