Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
get-symbol-description
/
getInferredName.d.ts
blob: 6aa12d2a5e60017159c0dc57c332980283db3990 [
file
] [
log
] [
blame
]
declare
function
getInferredName
(
key
:
PropertyKey
):
string
;
declare
const
x
:
typeof
getInferredName
|
undefined
|
null
;
export
=
x
;