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