fix(FastMap): added .clean() method
This commit is contained in:
parent
54a63d1f41
commit
7b78aaea72
@ -38,4 +38,8 @@ export class FastMap<T> {
|
||||
}
|
||||
return keys;
|
||||
}
|
||||
|
||||
public clean() {
|
||||
this.mapObject = {};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user