Force TS to load a type that has not been computed (to resolve composed types that TS haven't fully resolved, for display purposes mostly).
to compute
A
import {A} from 'ts-toolbelt' type test0 = A.Compute<{x: 'x'} & {y: 'y'}> // {x: 'x', y: 'y'}
Force TS to load a type that has not been computed (to resolve composed types that TS haven't fully resolved, for display purposes mostly).