UNPKG

sec-edgar-toolkit

Version:

Open source toolkit to facilitate working with the SEC EDGAR database

11 lines 333 B
/** * SEC EDGAR Toolkit - TypeScript/JavaScript library for accessing SEC EDGAR filing data */ export { EdgarClient } from './client'; export * from './edgar'; export * from './endpoints'; export * from './utils'; export * from './types'; export * from './exceptions'; export * from './parsers'; //# sourceMappingURL=index.d.ts.map