UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

9 lines 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSourceInAuthorizedCSP = void 0; const _endpoint_1 = require("./_endpoint"); const isSourceInAuthorizedCSP = (source) => { return (0, _endpoint_1.getHostEndpoint)().call.isSourceInAuthorizedCSP(source); }; exports.isSourceInAuthorizedCSP = isSourceInAuthorizedCSP; //# sourceMappingURL=isSourceInAuthorizedCSP.js.map