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

Type Parameters

  • T