UNPKG
erfan-flmngr-server-fixed
Version:
latest (1.1.4)
1.1.4
1.1.3
> Node.js Backend for Flmngr file manager
erfan-flmngr-server-fixed
/
dist
/
lib
/
file
/
URLDownloader.d.ts
9 lines
(8 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
DownloadedURL
{
fileName
:
string
;
contentType
:
string
;
contentLength
:
number
; }
export
declare
class
URLDownloader
{
static
download
(
url
:
string
,
dir
:
string
,
onFinish
:
(
result
:
DownloadedURL
|
Error
) =>
void
):
void
; }