mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
let count = 0;
|
|
|
|
export const generateId = () => (count++).toString();
|