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