export reset id function
This commit is contained in:
@@ -13,7 +13,7 @@ function genId(): number {
|
||||
return _id++;
|
||||
}
|
||||
|
||||
function resetId() {
|
||||
export function resetId() {
|
||||
_id = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user