mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Add typings for timezonecomplete-1.11.0
This commit is contained in:
+5
@@ -627,6 +627,11 @@ declare module '__timezonecomplete/datetime' {
|
||||
* @return this - other
|
||||
*/
|
||||
diff(other: DateTime): duration.Duration;
|
||||
/**
|
||||
* Chops off the time part, yields the same date at 00:00:00.000
|
||||
* @return a new DateTime
|
||||
*/
|
||||
startOfDay(): DateTime;
|
||||
/**
|
||||
* @return True iff (this < other)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user