We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0703731 commit f78f7a4Copy full SHA for f78f7a4
id-prep.ts
@@ -1,5 +1,5 @@
1
2
-class IdGenerator {
+export class IdGenerator {
3
private static id: number = 0;
4
public static getNextId() {
5
return ++IdGenerator.id;
0 commit comments