@sugarcube/plugin-sec
Version:
Query the company filings of the U.S. SEC.
19 lines (15 loc) • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.plugins = void 0;
var _search = _interopRequireDefault(require("./plugins/search"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const plugins = {
sec_search: _search.default
};
exports.plugins = plugins;
var _default = {
plugins
};
exports.default = _default;