UNPKG

can

Version:

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

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