This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
conference-room-booking-system
Public Access
Watch
1
Star
0
Fork
0
mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced
2026-09-10 18:22:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
86a30617c5fefb0d7b6d094ff1600d43ccc88628
conference-room-booking-system
/
frontend
/
node_modules
/
is-date-object
/
index.d.ts
T
4 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Removing to recreate the frontend.
2025-08-20 21:01:11 -04:00
declare
function
isDateObject
(
value
:
unknown
)
:
value
is
Date
;
export
=
isDateObject
;
Reference in New Issue
Copy Permalink