Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 5f53a35

Browse files
committed
added getRandomString to mono-three
1 parent 1deb578 commit 5f53a35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/mono-three/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ export default class MonoThree {
99
this.name = value;
1010
return this;
1111
}
12+
13+
public getRandomString():string {
14+
return "random0";
15+
}
1216
}

0 commit comments

Comments
 (0)