UNPKG

@junobuild/cli-tools

Version:

A collection of tools for Juno CLIs and Plugins.

3 lines (2 loc) 134 B
import { type RequestOptions } from 'https'; export declare const downloadFromURL: (url: string | RequestOptions) => Promise<Buffer>;