UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

11 lines 950 B
"use strict"; // This file moved to utils; re-exported to not break imports Object.defineProperty(exports, "__esModule", { value: true }); exports.createHttpClient = exports.STRIPE_API_KEY = exports.AUTHORIZATION_VALUE = exports.AUTHORIZATION_HEADER = void 0; const httpClient_1 = require("./utils/httpClient"); Object.defineProperty(exports, "AUTHORIZATION_HEADER", { enumerable: true, get: function () { return httpClient_1.AUTHORIZATION_HEADER; } }); Object.defineProperty(exports, "AUTHORIZATION_VALUE", { enumerable: true, get: function () { return httpClient_1.AUTHORIZATION_VALUE; } }); Object.defineProperty(exports, "STRIPE_API_KEY", { enumerable: true, get: function () { return httpClient_1.STRIPE_API_KEY; } }); Object.defineProperty(exports, "createHttpClient", { enumerable: true, get: function () { return httpClient_1.createHttpClient; } }); exports.default = httpClient_1.StripeAppsHttpClient; //# sourceMappingURL=http_client.js.map