UNPKG

sec-edgar-toolkit

Version:

Open source toolkit to facilitate working with the SEC EDGAR database

13 lines 738 B
"use strict"; /** * Endpoint exports for SEC EDGAR Toolkit */ Object.defineProperty(exports, "__esModule", { value: true }); exports.XbrlEndpoints = exports.FilingsEndpoints = exports.CompanyEndpoints = void 0; var company_1 = require("./company"); Object.defineProperty(exports, "CompanyEndpoints", { enumerable: true, get: function () { return company_1.CompanyEndpoints; } }); var filings_1 = require("./filings"); Object.defineProperty(exports, "FilingsEndpoints", { enumerable: true, get: function () { return filings_1.FilingsEndpoints; } }); var xbrl_1 = require("./xbrl"); Object.defineProperty(exports, "XbrlEndpoints", { enumerable: true, get: function () { return xbrl_1.XbrlEndpoints; } }); //# sourceMappingURL=index.js.map