nsblob
TypeScript icon, indicating that this package has built-in type declarations

0.2.24 • Public • Published

nsblob

Store blobs on nodesite.eu

import nsblob from 'nsblob';

DirMap {
    [filename: string]: string | DirMap;
}

nsblob.store(<Buffer>): Promise<string>;
nsblob.store_file(<path>): Promise<string>;
nsblob.store_dir(<path>): Promise<DirMap>;

nsblob.fetch(<string>): Promise<Buffer>;
nsblob.store_to_path(<string | DirMap>, <path>): Promise<void>;

Dependents (21)

Package Sidebar

Install

npm i nsblob

Weekly Downloads

2

Version

0.2.24

License

GPL-3.0-or-later

Unpacked Size

50.9 kB

Total Files

11

Last publish

Collaborators

  • realprokopschield