nextReactiveId
Allocate a unique reactive target ID from the same counter space as ref IDs.
import { nextReactiveId } from "@alloy-js/core";
function nextReactiveId(): number;Parameters
Section titled “Parameters”Returns
Section titled “Returns”number