Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Unzipped

An unzipped archive. The full path of each file is used as the key, and the file is the value

interface Unzipped {
[path: string]: Uint8Array;
}

§Index Signatures

§
[path: string]: Uint8Array