source:
imaps-frontend/node_modules/is-date-object/index.d.ts@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 3 days ago | |
---|---|
|
|
File size: 86 bytes |
Rev | Line | |
---|---|---|
[79a0317] | 1 | declare function isDateObject(value: unknown): value is Date; |
2 | ||
3 | export = isDateObject; |
Note:
See TracBrowser
for help on using the repository browser.