UNPKG
pinata-expo-hooks
Version:
beta (0.1.3-beta)
latest (0.1.2)
0.1.3-beta
0.1.2
0.1.2-beta
0.1.1-alpha.0
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
React Native/Expo hooks for Pinata TUS uploads
pinata-expo-hooks
/
dist
/
__tests__
/
mocks
/
Base64.d.ts
6 lines
(5 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
Base64
: {
btoa
:
(
str
:
string
) =>
string
;
atob
:
(
str
:
string
) =>
string
; };
export
default
Base64
;