Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/download/types.ts>DownloadedFile

Deno fetch api based module to download file from a URL.
Latest
interface DownloadedFile
import { type DownloadedFile } from "https://deno.land/x/download@v2.0.2/types.ts";

Properties

file: string
dir: string
fullPath: string
size: number