@efinitytech/bdown
v0.0.2
Published
A download function for the browser.
Downloads
3
Readme
bdown
A download function for the browser.
Usage
import download from 'bdown';
const content = 'The quick brown fox jumped over the lazy dog.'
download('file.txt', content);