Skip to content

computed

import { computed } from "@alloy-js/core";
function computed<T>(getter: () => T): Ref<T>;
getter

() => T

Ref<T>