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
import{assert,_}from"spec.ts";// Assert two expressions have the same exact typeassert(foo,bar);// Assert the exact type of an expressionassert(foo,_asExpectedType);