@efinitytech/bdown
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i @efinitytech/bdown

Weekly Downloads

1

Version

0.0.2

License

none

Unpacked Size

2.53 kB

Total Files

5

Last publish

Collaborators

  • efinitytechnologies-dev
  • pancakeoverflow