Skip to content

nextReactiveId

Allocate a unique reactive target ID from the same counter space as ref IDs.

import { nextReactiveId } from "@alloy-js/core";
function nextReactiveId(): number;
number