@zenfs/core 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -110,7 +110,7 @@ export declare class AsyncStoreFS extends AsyncStoreFS_base {
|
|
|
110
110
|
* Initializes the file system. Typically called by subclasses' async
|
|
111
111
|
* constructors.
|
|
112
112
|
*/
|
|
113
|
-
|
|
113
|
+
private _initialize;
|
|
114
114
|
/**
|
|
115
115
|
* Delete all contents stored in the file system.
|
|
116
116
|
*/
|