Skip to content

Commit f78f7a4

Browse files
committed
Export id class
1 parent 0703731 commit f78f7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

id-prep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
class IdGenerator {
2+
export class IdGenerator {
33
private static id: number = 0;
44
public static getNextId() {
55
return ++IdGenerator.id;

0 commit comments

Comments
 (0)