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

UnzipOptions

Options for expanding a ZIP archive

interface UnzipOptions {
filter?: UnzipFileFilter;
}

§Properties

§

A filter function to extract only certain files from a ZIP archive