UNPKG

unwxvpkg

Version:
10 lines (7 loc) 180 B
declare module 'unwxvpkg' { class Wxapkg { constructor(file: Iterable<number>); decode(): Array<{ name: string, chunk: Uint8Array }>; } export = Wxapkg; }