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

10 lines (8 loc) 263 B
declare function saveRemoteSession({ remoteSessionId, apiKey }: { remoteSessionId: string; apiKey?: string; }): void; declare function getRemoteSession({ apiKey }: { apiKey?: string; }): string | null; export { getRemoteSession, saveRemoteSession };