UNPKG

sec-edgar-toolkit

Version:

Open source toolkit to facilitate working with the SEC EDGAR database

6 lines 197 B
/** * Client exports for SEC EDGAR Toolkit */ export { EdgarClient } from './edgar-client'; export { SyncEdgarClient, createSyncClient } from './sync-wrapper'; //# sourceMappingURL=index.d.ts.map