mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Remove trailing whitespaces
This commit is contained in:
+6
-7
@@ -275,27 +275,27 @@ declare module '__timezonecomplete/basics' {
|
||||
/**
|
||||
* Year, 1970-...
|
||||
*/
|
||||
year?: number,
|
||||
year?: number,
|
||||
/**
|
||||
* Month 1-12
|
||||
*/
|
||||
month?: number,
|
||||
month?: number,
|
||||
/**
|
||||
* Day of month, 1-31
|
||||
*/
|
||||
day?: number,
|
||||
day?: number,
|
||||
/**
|
||||
* Hour 0-23
|
||||
*/
|
||||
hour?: number,
|
||||
hour?: number,
|
||||
/**
|
||||
* Minute 0-59
|
||||
*/
|
||||
minute?: number,
|
||||
minute?: number,
|
||||
/**
|
||||
* Seconds, 0-59
|
||||
*/
|
||||
second?: number,
|
||||
second?: number,
|
||||
/**
|
||||
* Milliseconds 0-999
|
||||
*/
|
||||
@@ -1517,4 +1517,3 @@ declare module '__timezonecomplete/globals' {
|
||||
*/
|
||||
export function abs(d: Duration): Duration;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user