UNPKG

sebastian

Version:

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

10 lines (8 loc) 176 B
define(function (require) { //Important, notice the space between require and arg calls var b = require ('b'); return { name: 'a', b: b }; });