mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #8502 from sclausen/master
fixed wrong return type of guess()
This commit is contained in:
Vendored
+1
-1
@@ -70,7 +70,7 @@ interface MomentTimezone {
|
||||
}): void;
|
||||
|
||||
names(): string[];
|
||||
guess(): MomentZone;
|
||||
guess(): string;
|
||||
|
||||
setDefault(timezone: string): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user