UNPKG

@modular-forms/react

Version:

The modular and type-safe form library for React

11 lines (10 loc) 182 B
// Create counter variable let counter = 0; /** * Returns a unique ID counting up from zero. * * @returns A unique ID. */ export function getUniqueId() { return counter++; }