UNPKG

pinata-expo-hooks

Version:

React Native/Expo hooks for Pinata TUS uploads

6 lines (5 loc) 120 B
declare const Base64: { btoa: (str: string) => string; atob: (str: string) => string; }; export default Base64;