UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

8 lines 515 B
"use strict"; // This file moved to utils; re-exported to not break imports Object.defineProperty(exports, "__esModule", { value: true }); exports.getDashboardUserEmail = void 0; const getDashboardUserEmail_1 = require("./utils/getDashboardUserEmail"); Object.defineProperty(exports, "getDashboardUserEmail", { enumerable: true, get: function () { return getDashboardUserEmail_1.getDashboardUserEmail; } }); exports.default = getDashboardUserEmail_1.getDashboardUserEmail; //# sourceMappingURL=get_user_email.js.map