ref
import { ref } from "@alloy-js/core";
function ref<T>(value?: T, options?: { isInfrastructure?: boolean;}): Ref<T>;Parameters
Section titled “Parameters”| value | optional
|
| options | optional
|
Returns
Section titled “Returns”Ref<T> import { ref } from "@alloy-js/core";
function ref<T>(value?: T, options?: { isInfrastructure?: boolean;}): Ref<T>;| value | optional
|
| options | optional
|
Ref<T>