Sign in
cobalt
/
cobalt
/
7c25cc49c404da401ec8981f8a61459f79807991
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
util
/
isDate.d.ts
blob: 1cfe00f16ec9d91f536e6bd723acbaa3a8a93c80 [
file
]
export
declare
function
isDate
(
value
:
any
):
value
is
Date
;