UNPKG
unwxvpkg
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
unpack wx[av]pkg
github.com/FredZeng/unwxapkg
FredZeng/unwxapkg
unwxvpkg
/
index.d.ts
10 lines
(7 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
module
'unwxvpkg'
{
class
Wxapkg
{
constructor
(
file
:
Iterable
<
number
>
);
decode
():
Array
<{
name
:
string
,
chunk
:
Uint8Array
}>; }
export
=
Wxapkg
; }