UNPKG

@infosel-sdk/core

Version:

Core SDK for Infosel financial services platform. Provides essential infrastructure for authentication, HTTP/GraphQL communication, storage management, and error handling.

8 lines 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // Export all configuration-related types and classes tslib_1.__exportStar(require("./auth_configuration"), exports); tslib_1.__exportStar(require("./auth_configuration_builder"), exports); tslib_1.__exportStar(require("./configuration_validator"), exports); //# sourceMappingURL=index.js.map