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

Type Parameters

  • T

Type declaration

  • valueOf:function
    • Returns T

Generated using TypeDoc