UNPKG

funcunit

Version:
14 lines (13 loc) 238 B
define([ // with a single-line comment './amd-module', /* with a multi-line comment */ './amd-module' // trailing single-line comment /* trailing multi-line comment */ ], function () { return { amd: true }; });