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 (8 loc) 150 B
define('raptor/lookup', function(require) { "use strict"; return { set: $rset, add: $radd, get: $rget }; });