NanikaStorageは伺かに必要なストレージを抽象化するモジュールです。
npm install nanika-storage
import {NanikaStorage} from "nanika-storage";
const nanikaStorage = new NanikaStorage("./ssp");
ファイルシステムのバックエンドとして現状node.jsのFileSystem APIのほかにbrowserfsをサポートしています。
API Documents (with type annotations)
This is released under MIT License.