Skip to content

untrack

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

Parameters

fn

() => T

Returns

T