tweb/src/config/tabId.ts

3 lines
80 B
TypeScript
Raw Normal View History

2022-06-19 18:19:41 +02:00
const tabId = Date.now() % Math.random() * 100000000 | 0;
export default tabId;