cssClassId.ts 81 Bytes
let cssClassIdx = 0;

export function getClassId() {
    return cssClassIdx++;
}