sec-edgar-toolkit
Version:
Open source toolkit to facilitate working with the SEC EDGAR database
14 lines • 387 B
TypeScript
/**
* Type definition exports
*/
export * from './company';
export * from './filing';
export * from './config';
export * from './ownership-forms';
export * from './financial-forms';
export * from './current-events';
export * from './proxy-statements';
export * from './institutional-holdings';
export * from './analytics';
export * from './parsing';
//# sourceMappingURL=index.d.ts.map