UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

10 lines (9 loc) 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.supportsFetchAppEmbeddedKey = void 0; const _endpoint_1 = require("../_endpoint"); const supportsFetchAppEmbeddedKey = async () => (0, _endpoint_1.getHostEndpoint)() .call.supportsFetchAppEmbeddedKey() .then((supported) => supported) .catch(() => false); exports.supportsFetchAppEmbeddedKey = supportsFetchAppEmbeddedKey;