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