Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias DownloadOptions
import { type DownloadOptions } from "https://deno.land/x/yxz@0.17.0/network/download.ts";
definition: { createDirs?: boolean; onProgress?: (downloadedBytes: number, totalBytes: number) => void; }