UNPKG
@capgo/capacitor-uploader
Version:
latest (8.3.3)
8.3.3
8.3.2
8.3.1
8.3.0
8.2.13
8.2.12
8.2.11
8.2.10
8.2.9
8.2.8
8.2.7
8.2.6
8.2.5
8.2.4
8.2.3
8.2.2
8.2.1
8.2.0
8.1.21
8.1.20
8.1.19
8.1.18
8.1.17
8.1.16
8.1.13
8.1.12
8.1.11
8.1.10
8.1.9
8.1.8
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.9
8.0.8
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
7.3.10
7.3.9
7.3.8
7.3.7
7.3.6
7.3.5
7.3.4
7.3.3
7.3.2
7.3.1
7.3.0
7.2.8
7.2.7
7.2.6
7.2.5
7.2.4
7.2.3
7.2.2
7.2.1
7.1.23
7.1.22
7.1.20
7.1.15
7.1.14
7.1.13
7.1.12
7.1.11
7.1.10
7.1.9
7.1.8
7.1.7
7.1.6
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
0.0.27
0.0.25
0.0.24
0.0.23
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.11
0.0.10
0.0.9
0.0.7
0.0.6
0.0.5
0.0.4
0.0.1
Upload file natively
capgo.app/docs/plugins/uploader/
Cap-go/capacitor-uploader
@capgo/capacitor-uploader
/
dist
/
esm
/
PathHelper.d.ts
9 lines
(8 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
PathHelper
{
static
isIndexedDBPath
(
path
:
string
):
boolean
;
static
parseIndexedDBPath
(
path
:
string
): { database:
string
; storeName:
string
; key:
string
; }; }