UNPKG

sebastian

Version:

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

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