@stripe/ui-extension-sdk
Version:
The suite of functionality available to UI extensions in Stripe apps
8 lines (7 loc) • 473 B
JavaScript
;
// 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;