UNPKG

sebastian

Version:

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

8 lines (7 loc) 152 B
define(['two', 'three'], function (two, three) { return { name: 'four', twoName: two.name, threeName: three.name }; });