Files
2026-03-23 15:29:13 -04:00

3 lines
105 B
TypeScript

export declare const tzDatabase: Record<string, string>;
export type timezone = keyof typeof tzDatabase;