NDNZenFS: { name: "NDN"; options: { client: { required: true; type: typeof Client }; statsCacheCapacity: { required: false; type(opt: any): boolean }; }; create(opts: NDNFileSystem.Options): NDNFileSystem;} = ... Type declaration
Readonly
name: "NDN"
Readonly
options: {
client: { required: true; type: typeof Client };
statsCacheCapacity: { required: false; type(opt: any): boolean };
}
create: function
ZenFS backend for NDNFileSystem.