object ('a)
  method addClassPathMappings : 'Js.t -> 'Js.t Js.meth
  method exclude : 'Js.js_array Js.t -> 'Js.t Js.meth
  method getConfig : Js.js_string Js.t -> 'Js.t Js.meth
  method getPath : Js.js_string Js.t -> Js.js_string Js.t Js.meth
  method history : 'Js.js_array Js.t Js.prop
  method loadScript : 'Js.t -> unit Js.meth
  method onReady : 'Js.callback -> 'Js.t -> bool Js.t -> unit Js.meth
  method require :
    'Js.t ->
    'Js.callback Js.optdef ->
    'Js.t Js.optdef -> 'Js.t Js.optdef -> unit Js.meth
  method setConfig : 'Js.t -> 'Js.t Js.meth
  method setPath : 'Js.t -> Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
  method syncRequire :
    'Js.t ->
    'Js.callback Js.optdef ->
    'Js.t Js.optdef -> 'Js.t Js.optdef -> unit Js.meth
end