UNPKG

evectr.api

Version:

The official eVectr� API.

9 lines (6 loc) 176 B
'use strict'; module.exports = function (COMPS, LID) { require("./lib/stock" )(COMPS, LID); require("./lib/explorer")(COMPS, LID); require("./lib/evectr" )(COMPS, LID); }