UNPKG

sebastian

Version:

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

11 lines (10 loc) 240 B
//This file does not use exports, just //return, but need to test that it does not //automatically get an exports object assigned define( function () { return function () { return 'simpleReturn'; }; } );