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

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

/nsblob/

    Package Sidebar

    Install

    npm i nsblob

    Weekly Downloads

    24

    Version

    0.2.28

    License

    GPL-3.0-or-later

    Unpacked Size

    51 kB

    Total Files

    12

    Last publish

    Collaborators

    • realprokopschield