diff --git a/SB.js b/SB.js index 269ac89c..69f95d31 100644 --- a/SB.js +++ b/SB.js @@ -63,6 +63,10 @@ class MapIO { [this.id]: encodeStoredItem(this.map) }); } + + clear(key) { + return this.map.clear(); + } } /**