Add loadZoneDataFromObject function.

This commit is contained in:
Peter Kooijmans 2014-07-31 12:29:26 +02:00
parent 4ccd1d477e
commit f6f588b101

View File

@ -75,6 +75,7 @@ declare module "timezone-js" {
transport(opts: TimezoneJsOptions): any;
init(opts?: TimezoneJsOptions): any;
getAllZones(): string[];
loadZoneDataFromObject(obj: Object): void;
}
export interface TimezoneJsOptions {