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

x/sdl_ts/shared/http.ts>downloadFile

SDL TypeScript bindings.
Go to Latest
function downloadFile
import { downloadFile } from "https://deno.land/x/sdl_ts@v0.0.1/shared/http.ts";

Parameters

fromUrl: string | URL
toPath: string | URL

Returns

Promise<void>