UNPKG

sebastian

Version:

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

5 lines (4 loc) 96 B
define(['a', 'exports'], function (a, exports) { exports.name = 'c'; exports.a = a; });