UNPKG

@bunq-community/bunq-js-client

Version:

[![NPM Version](https://img.shields.io/npm/v/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/package/@bunq-community/bunq-js-client) [![NPM Downloads](https://img.shields.io/npm/dt/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/p

4 lines (3 loc) 176 B
declare const fileReaderHelper: (file: File) => Promise<ArrayBuffer>; export declare const arrayBufferToBase64: (data: string) => Promise<{}>; export default fileReaderHelper;