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.

14 lines (13 loc) 237 B
/** * @extension Node */ define.extend( 'raptor/process', function(require) { "use strict"; return { cwd: function() { return process.cwd(); } }; });