Sign in
cobalt
/
cobalt
/
d2bc3b69d823bbaf46d1c4355b23486a85a6d791
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
util
/
isNumeric.d.ts
blob: c9b173dabbdf8b84d20f51d821564825f8fc7d59 [
file
] [
log
] [
blame
]
export
declare
function
isNumeric
(
val
:
any
):
val
is
number
|
string
;