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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package types-registry does not publish types #714

Open
moltar opened this issue Aug 24, 2023 · 0 comments
Open

Package types-registry does not publish types #714

moltar opened this issue Aug 24, 2023 · 0 comments

Comments

@moltar
Copy link

moltar commented Aug 24, 2023

Ironically, the types-registry package, which publishes the list of all available types does not publish types itself. 馃榿

Types are defined here:

interface Registry {
readonly entries: {
readonly [packageName: string]: {
readonly [distTags: string]: string;
};
};
}

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

No branches or pull requests

1 participant