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

AsyncZippable

The complete directory structure of an asynchronously ZIPpable archive

interface AsyncZippable {
[path: string]: AsyncZippableFile;
}

§Index Signatures

§
[path: string]: AsyncZippableFile