UNPKG

rvx

Version:

A signal based rendering library

6 lines (4 loc) 142 B
/** * The next suffix for generating unique ids in the current thread. */ export const NEXT_ID: { value: number | bigint } = { value: 0 };