Sign in
chromium
/
devtools
/
devtools-frontend
/
c40b51a7fcf20ce04022a0f5cbfc957ee9e1aaed
/
.
/
node_modules
/
is-date-object
/
index.d.ts
blob: 3de15e55c67e1eb6e506a817639946b11fd736c5 [
file
] [
log
] [
blame
]
declare
function
isDateObject
(
value
:
unknown
):
value
is
Date
;
export
=
isDateObject
;