PAMapp/node_modules/memfs/lib/volume-localstorage.js
@@ -40,7 +40,7 @@ function createVolume(namespace, LS) { if (LS === void 0) { LS = localStorage; } var store = new ObjectStore(LS); var key = function (type, id) { return "memfs." + namespace + "." + type + "." + id; }; var key = function (type, id) { return "memfs.".concat(namespace, ".").concat(type, ".").concat(id); }; var NodeLocalStorage = /** @class */ (function (_super) { __extends(NodeLocalStorage, _super); function NodeLocalStorage() {