UNPKG
@kedao/utils
Version:
latest (0.0.2)
0.0.2
0.0.1
Utils for Kedao Editor
banyudu/kedao
@kedao/utils
/
src
/
base.ts
7 lines
(5 loc)
•
98 B
text/typescript
View Raw
1
2
3
4
5
6
7
let
uniqueIndex =
0
export
const
UniqueIndex
= (
) => { uniqueIndex +=
1
return
uniqueIndex }