UNPKG

pay-sdk-react

Version:

A cross-platform payment SDK for React, supporting Alipay, WeChat Pay, PayPal, Stripe, Payssion, and Airwallex, compatible with H5, PC, and App environments.

11 lines (10 loc) 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resolveContainer = resolveContainer; var _is = require("./is"); function resolveContainer(getContainer) { const container = (0, _is.isFunction)(getContainer) ? getContainer() : getContainer; return container || document.body; }