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.

10 lines 205 B
/** * @deprecated Use {@Link raptor/renderer} instead. */ define( 'raptor/component-renderer', ['raptor/renderer'], function(renderer) { "use strict"; return renderer; });