sec-edgar-toolkit
Version:
Open source toolkit to facilitate working with the SEC EDGAR database
12 lines • 733 B
JavaScript
;
/**
* Client exports for SEC EDGAR Toolkit
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.createSyncClient = exports.SyncEdgarClient = exports.EdgarClient = void 0;
var edgar_client_1 = require("./edgar-client");
Object.defineProperty(exports, "EdgarClient", { enumerable: true, get: function () { return edgar_client_1.EdgarClient; } });
var sync_wrapper_1 = require("./sync-wrapper");
Object.defineProperty(exports, "SyncEdgarClient", { enumerable: true, get: function () { return sync_wrapper_1.SyncEdgarClient; } });
Object.defineProperty(exports, "createSyncClient", { enumerable: true, get: function () { return sync_wrapper_1.createSyncClient; } });
//# sourceMappingURL=index.js.map