UNPKG

@beamimpact/web-sdk

Version:

The Beam SDK enables brands to connect with their customers over shared values, not transactional discounts, to build stronger loyalty. Our integration achieves this by allowing customers to (a) choose a nonprofit where the brand will donate part of their

6 lines (4 loc) 150 B
declare function waitForElement(selector: string, { timeout }?: { timeout?: number | undefined; }): Promise<Element>; export { waitForElement };