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
/
expo-file-system.d.ts
8 lines
(7 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="jest" />
export
declare
const
EncodingType
: {
Base64
:
string
;
UTF8
:
string
; };
export
declare
const
getInfoAsync
: jest.
Mock
<
any
,
any
,
any
>;
export
declare
const
readAsStringAsync
: jest.
Mock
<
any
,
any
,
any
>;