UNPKG

can

Version:

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

9 lines (8 loc) 198 B
define("two", ["one", "three", "one"], function(one, three, one2){ return { name: "two", oneName: one.name, oneName2: one2.name, threeName: three.name }; });