NodebufferWithImplicitCoerciontype alias WithImplicitCoercionType Parameters ##T Definition #T | { valueOf(): T; } | (T extends string ? { [[Symbol.toPrimitive]](hint: "string"): T; } : never)
type alias WithImplicitCoercionType Parameters ##T Definition #T | { valueOf(): T; } | (T extends string ? { [[Symbol.toPrimitive]](hint: "string"): T; } : never)