Docs
Reference
Guides
Blog
Discord
/
node:buffer
/
WithImplicitCoercion
T
WithImplicitCoercion
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
Search
K
/
node:buffer
/
WithImplicitCoercion
T
WithImplicitCoercion
type
buffer.WithImplicitCoercion
type
WithImplicitCoercion
<
T
>
=
T
|
{
valueOf
(
)
:
T
}
|
T
extends
string
?
{
[toPrimitive]
(
hint
:
'string'
)
:
T
<
T
>
}
:
never