UNPKG

@schorts/shared-kernel

Version:

A modular, type-safe foundation for building expressive, maintainable applications. This package provides core abstractions for domain modeling, HTTP integration, authentication, state management, and more — designed to be framework-agnostic and highly ex

8 lines 549 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FetchHTTPProvider = exports.HTTPException = void 0; var exceptions_1 = require("./exceptions"); Object.defineProperty(exports, "HTTPException", { enumerable: true, get: function () { return exceptions_1.HTTPException; } }); var fetch_http_provider_1 = require("./fetch-http-provider"); Object.defineProperty(exports, "FetchHTTPProvider", { enumerable: true, get: function () { return fetch_http_provider_1.FetchHTTPProvider; } }); //# sourceMappingURL=index.js.map