fix: build
This commit is contained in:
@ -152,4 +152,8 @@ export class SortedMap<K, V> {
|
||||
get size(): number {
|
||||
return this.map.size;
|
||||
}
|
||||
|
||||
clear() {
|
||||
this.map.clear();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user