We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f04dc1 commit a2355acCopy full SHA for a2355ac
packages/metablock-notebook/src/lib/uid.ts
@@ -3,7 +3,7 @@ let count = 0;
3
const uid = (name: string): string => {
4
count++;
5
return `O-${name}-${count}`;
6
-}
+};
7
8
9
export default uid;
0 commit comments