Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
es-to-primitive
/
es5.d.ts
blob: cf043138b796f3ec97874f9998c91dde88a861cc [
file
] [
log
] [
blame
]
declare
function
ToPrimitive
(
input
:
unknown
,
hint
?:
StringConstructor
|
NumberConstructor
):
null
|
undefined
|
string
|
symbol
|
number
|
boolean
|
bigint
;
export
=
ToPrimitive
;