Added clear

This commit is contained in:
Official Noob
2020-01-16 18:02:48 +00:00
committed by GitHub
parent 251339f26b
commit e784dc017d

4
SB.js
View File

@@ -63,6 +63,10 @@ class MapIO {
[this.id]: encodeStoredItem(this.map)
});
}
clear(key) {
return this.map.clear();
}
}
/**