Type alias WithImplicitCoercion<T>

WithImplicitCoercion<T>: T | {
    valueOf(): T;
}

Type Parameters

  • T