@touch4it/ical-timezones
Version:
iCal timezone component generator
6 lines (5 loc) • 347 B
TypeScript
export function getVtimezone(timezone: string): string|null;
export function getVtimezoneComponent(timezone: string): string|null;
export function getVtimezoneAsync(timezone: string): Promise<string>;
export function getVtimezoneComponentAsync(timezone: string): Promise<string>;
export function timezoneExists(timezone: string): Promise<string>;