Closer/functions/node_modules/firebase-functions/lib/common/timezone.d.ts

3 lines
105 B
TypeScript
Raw Normal View History

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