UNPKG

@adyen/adyen-web

Version:

![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)

10 lines (9 loc) 193 B
/** * @internal */ declare const base64: { decode: (pData: any) => string | false; encode: (pData: any) => string; isBase64: (pDataStr: any) => boolean; }; export default base64;