Sign in
cobalt
/
cobalt
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
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
;