UNPKG

sebastian

Version:

A flow-control library aimed at encouraging organized, testable code.

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