Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/index.ts>network.DownloadOptions

Deno Standard Extensions
Go to Latest
type alias network.DownloadOptions
import { type network } from "https://deno.land/x/yxz@0.17.0/index.ts";
const { DownloadOptions } = network;
definition: { createDirs?: boolean; onProgress?: (downloadedBytes: number, totalBytes: number) => void; }