mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
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