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

fix(types): export GetKeyFunction #592

Merged
merged 1 commit into from Oct 13, 2023
Merged

Conversation

flaviostutz
Copy link
Contributor

GetKeyFunction type is not being re-exported to the index of types for the lib.

This is a fix for that.

Closes #591

@panva
Copy link
Owner

panva commented Oct 12, 2023

As explained in #591 (comment)

This export is not required since the ones for individual operations are the ones to be used.

@panva panva changed the title Adding type export for GetKeyFunction to index.ts fix(types): export GetKeyFunction Oct 13, 2023
@panva panva merged commit 936c9df into panva:main Oct 13, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type "GetKeyFunction" is present in "types.d.ts" but not exported in "index.d.ts"
2 participants