UNPKG

sec-edgar-toolkit

Version:

Open source toolkit to facilitate working with the SEC EDGAR database

7 lines 217 B
/** * Endpoint exports for SEC EDGAR Toolkit */ export { CompanyEndpoints } from './company'; export { FilingsEndpoints } from './filings'; export { XbrlEndpoints } from './xbrl'; //# sourceMappingURL=index.d.ts.map