Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add abbreviations export to TS definition #256

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stkrzysiak
Copy link

@stkrzysiak stkrzysiak commented May 15, 2022

Fixes #256

@vercel
Copy link

vercel bot commented May 15, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
tzdb ❌ Failed (Inspect) May 15, 2022 at 11:55AM (UTC)

@@ -25,4 +25,5 @@ interface TimeZoneOptions {

export const rawTimeZones: RawTimeZone[];
export const timeZonesNames: TimeZoneName[];
export const abbreviations: {[key: string]: string}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can use Record<string, string>

@eramdam
Copy link

eramdam commented Nov 7, 2023

Any hope of getting this merged? 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants