We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I could not use it at all because of one of my compilation options So I made it myself. I hope others don't have the same issues as me.
import { Locale } from 'locale'; export declare module 'locale' { interface Locale { code: string; language: string; country: string; normalized: string; score: number; } declare function Locales(language: string): Locale[]; }
The text was updated successfully, but these errors were encountered:
Hi there, I don't use TypeScript at all but is there anything the repo could include to better support it?
I'm guessing your snippet is fixing it, but can you describe what it is solving. And two would you be up for a PR?
Sorry, something went wrong.
You can also submit a PR to https://github.com/DefinitelyTyped/DefinitelyTyped/
I wrote one DefinitelyTyped/DefinitelyTyped#42968
No branches or pull requests
I could not use it at all because of one of my compilation options
So I made it myself. I hope others don't have the same issues as me.
The text was updated successfully, but these errors were encountered: