Sign in
chromium
/
devtools
/
devtools-frontend
/
dfd9aa027f150fd39bd27dcdebded17548f6a3f9
/
.
/
node_modules
/
rxjs
/
internal
/
util
/
isNumeric.d.ts
blob: c9b173dabbdf8b84d20f51d821564825f8fc7d59 [
file
]
export
declare
function
isNumeric
(
val
:
any
):
val
is
number
|
string
;