0.2.24 • Published 11 months ago

nsblob v0.2.24

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
11 months ago

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