tweb/src/config/tabId.ts

3 lines
80 B
TypeScript

const tabId = Date.now() % Math.random() * 100000000 | 0;
export default tabId;