Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
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
;