from<K>(src): K extends ComputedKey<Target<K>, infer _Src, DepsOf<K>, IsSyncDepsOf<K>, infer _G> ? K : From<K>
If src is a ComputedKey, returns src.
Otherwise, returns a ComputedKey that resolves to the value provided for src.
Essentially, converts any DependencyKey into an equivalent ComputedKey.
If src is a ComputedKey, returns src. Otherwise, returns a ComputedKey that resolves to the value provided for src. Essentially, converts any DependencyKey into an equivalent ComputedKey.