You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows teams to deprecate one API and prefer the other. For example:
const$Foo=constTypeChecker.fromRuntime(Foo);
const$Bar=constTypeChecker.fromRuntime(Bar);
// Used until $Foo is deleted.const$FooOrBar= . constTypeChecker.forAny(const [$Foo, $Bar]);
The text was updated successfully, but these errors were encountered:
This allows teams to deprecate one API and prefer the other. For example:
The text was updated successfully, but these errors were encountered: