@alanscodelog/utils
    Preparing search index...

    Type Alias IsAssignable<T, TOther>

    IsAssignable: T extends TOther ? true : false

    Returns if the first type is assignable to the second. For a stricter equality check IsEqual .

    For expectType.

    Type Parameters

    • T
    • TOther