UNPKG

raptor

Version:

RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.

8 lines 249 B
define("jscoverage-reporter", function() { var CoverageReporter = require('jscoverage-reporter.CoverageReporter'); return { buildReport: function(jscoverage) { return new CoverageReporter(jscoverage); } }; });