1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-09 07:58:43 +01:00

5 lines
70 B
JavaScript
Raw Normal View History

let count = -1
export function createDialogId () {
return ++count
}