1.0.12 • Published 4 years ago

braw-file-downloader v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

this tool is for file download

install

yarn add braw-file-downloader

usage

import FileDownloader from 'braw-file-downloader'

const url = ''

# this method accept two params which is file url and fileName

FileDownloader.download(url)

# or custom file name

const fileName = 'test.txt'
FileDownloader.download(url, fileName)
1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago