UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

7 lines (6 loc) 190 B
import { ToBase64 } from '../../foundation/types'; /** * Client-side `toBase64` implementation for React Native: uses the `buffer` * polyfill. */ export declare const toBase64: ToBase64;